Color spaces of #c912cc
RGB | 201 | 18 | 204 |
---|---|---|---|
HSL | 0.83 | 0.84 | 0.44 |
HSV | 299° | 91° | 80° |
CMYK | 0.01 | 0.91 | 0.00 0.20 |
XYZ | 35.2028 | 17.2098 | 58.5932 |
Yxy | 17.2098 | 0.3171 | 0.1550 |
Hunter Lab | 41.4847 | 78.8721 | -54.7022 |
CIE-Lab | 48.5233 | 80.9555 | -51.4298 |
#c912cc color RGB value is (201,18,204).
#c912cc hex color red value is 201, green value is 18 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c912cc hue: 0.83 , saturation: 0.84 and the lightness value of c912cc is 0.44.
The process color (four color CMYK) of #c912cc color hex is 0.01, 0.91, 0.00, 0.20. Web safe color of #c912cc is #cc00cc. Color #c912cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00010010 | 11001100 |
Octal | 311 | 22 | 314 |
Decimal | 201 | 18 | 204 |
Hex | C9 | 12 | CC |
Shades of #c912cc
Tints of #c912cc
RGB Percentages of Color #c912cc
CMYK Percentages of Color #c912cc
Complementary Color
#c912cc | #15cc12 |
#c912cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c912cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c912cc Color CSS Codes
.mybgcolor {background-color:#c912cc; } .myforecolor {color:#c912cc; } .mybordercolor {border:3px solid #c912cc; }
#c912cc Text Font Color
<p style="color:#c912cc">Text here</p>
This sample text font color is #c912cc
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.
#c912cc Background Color
<div style="background-color:#c912cc">
Div content here</div>
This div background color is #c912cc
#c912cc Border Color
<div style="border:3px solid #c912cc">
Div here</div>
This div border color is #c912cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,18,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c912cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c912cc; -webkit-box-shadow: 1px 1px 3px 2px #c912cc; box-shadow: 1px 1px 3px 2px #c912cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,18,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 #c912cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c912cc; -webkit-box-shadow: 1px 1px 3px 2px #c912cc; box-shadow: 1px 1px 3px 2px #c912cc;">
Div content here</div>
This div box has shadow with color #c912cc
Comments
No comments written yet.
Please login to write comment.