Shades of Deep Magenta #CC02AB
Tints of Deep Magenta #CC02AB
RGB
CMYK
RGB Variations
Color information
#CC02AB (or 0xCC02AB) is known color: Deep Magenta. HEX triplet: CC, 02 and AB. RGB value is (204,2,171). Sum of RGB (Red+Green+Blue) = 204+2+171=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC02AB is #33FD54. Grayscale: #515151. Windows color (decimal): -3407189 or 11207372. OLE color: 11207372.
HSL color Cylindrical-coordinate representation of color #CC02AB: hue angle of 309.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02AB is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.2 |
| HSL | 309.8º | 0.98% | 0.4% | - |
| HSV(B) | 309.8º | 0.99% | 0.8% | - |
| XYZ | 32.27 | 15.82 | 39.88 | - |
| YUV | 81.66 | 178.42 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 171 | 0 | 0.99 | 0.16 | 0.2 | 309.8 | 0.98 | 0.4 |
| Hex | CC | 2 | AB | 0 | 63 | 10 | 14 | 136 | 62 | 28 |
| Octal | 314 | 2 | 253 | 0 | 143 | 20 | 24 | 466 | 142 | 50 |
| Binary | 11001100 | 10 | 10101011 | 0 | 1100011 | 10000 | 10100 | 100110110 | 1100010 | 101000 |
Color Harmonies of #CC02AB
Complementary color
Monochromatic Colors of #CC02AB
Black with #CC02AB
Text Example
Text Example
White with #CC02AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02AB; }
p { color: rgb(204,2,171); }
H1.HeaderClassName
{
color: #CC02AB;
}
.AnyTagClassName
{
color: #CC02AB;
}
</style>
background-color css
<style>
a { background-color: #CC02AB; }
a { background-color: rgb(204,2,171); }
div.DivClassName
{
background-color: #CC02AB;
}
.BgClassName
{
background-color: #CC02AB;
}
</style>
border-color css
<style>
span { border-color: #CC02AB; }
span { border-color: rgb(204,2,171); }
td.TdClassName
{
border-color: #CC02AB;
}
.TagClassName
{
border-color: #CC02AB;
}
</style>