Color spaces of #c001cc
RGB | 192 | 1 | 204 |
---|---|---|---|
HSL | 0.82 | 0.99 | 0.40 |
HSV | 296° | 100° | 80° |
CMYK | 0.06 | 1.00 | 0.00 0.20 |
XYZ | 32.6482 | 15.5878 | 58.4147 |
Yxy | 15.5878 | 0.3061 | 0.1462 |
Hunter Lab | 39.4814 | 78.5139 | -60.0856 |
CIE-Lab | 46.4290 | 81.0779 | -54.8753 |
#c001cc color RGB value is (192,1,204).
#c001cc hex color red value is 192, green value is 1 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c001cc hue: 0.82 , saturation: 0.99 and the lightness value of c001cc is 0.40.
The process color (four color CMYK) of #c001cc color hex is 0.06, 1.00, 0.00, 0.20. Web safe color of #c001cc is #cc00cc. Color #c001cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00000001 | 11001100 |
Octal | 300 | 1 | 314 |
Decimal | 192 | 1 | 204 |
Hex | C0 | 1 | CC |
Shades of #c001cc
Tints of #c001cc
RGB Percentages of Color #c001cc
CMYK Percentages of Color #c001cc
Complementary Color
#c001cc | #0dcc01 |
#c001cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c001cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c001cc Color CSS Codes
.mybgcolor {background-color:#c001cc; } .myforecolor {color:#c001cc; } .mybordercolor {border:3px solid #c001cc; }
#c001cc Text Font Color
<p style="color:#c001cc">Text here</p>
This sample text font color is #c001cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c001cc Background Color
<div style="background-color:#c001cc">
Div content here</div>
This div background color is #c001cc
#c001cc Border Color
<div style="border:3px solid #c001cc">
Div here</div>
This div border color is #c001cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,1,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c001cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c001cc; -webkit-box-shadow: 1px 1px 3px 2px #c001cc; box-shadow: 1px 1px 3px 2px #c001cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,1,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c001cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c001cc; -webkit-box-shadow: 1px 1px 3px 2px #c001cc; box-shadow: 1px 1px 3px 2px #c001cc;">
Div content here</div>
This div box has shadow with color #c001cc
Comments
No comments written yet.
Please login to write comment.