Shades of Deep Magenta #CC02B9
Tints of Deep Magenta #CC02B9
RGB
CMYK
RGB Variations
Color information
#CC02B9 (or 0xCC02B9) is known color: Deep Magenta. HEX triplet: CC, 02 and B9. RGB value is (204,2,185). Sum of RGB (Red+Green+Blue) = 204+2+185=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC02B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02B9 is #33FD46. Grayscale: #525252. Windows color (decimal): -3407175 or 12124876. OLE color: 12124876.
HSL color Cylindrical-coordinate representation of color #CC02B9: hue angle of 305.64º 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 #CC02B9 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 185 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.2 |
| HSL | 305.64º | 0.98% | 0.4% | - |
| HSV(B) | 305.64º | 0.99% | 0.8% | - |
| XYZ | 33.68 | 16.38 | 47.29 | - |
| YUV | 83.26 | 185.42 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 185 | 0 | 0.99 | 0.09 | 0.2 | 305.64 | 0.98 | 0.4 |
| Hex | CC | 2 | B9 | 0 | 63 | 9 | 14 | 132 | 62 | 28 |
| Octal | 314 | 2 | 271 | 0 | 143 | 11 | 24 | 462 | 142 | 50 |
| Binary | 11001100 | 10 | 10111001 | 0 | 1100011 | 1001 | 10100 | 100110010 | 1100010 | 101000 |
Color Harmonies of #CC02B9
Complementary color
Monochromatic Colors of #CC02B9
Black with #CC02B9
Text Example
Text Example
White with #CC02B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02B9; }
p { color: rgb(204,2,185); }
H1.HeaderClassName
{
color: #CC02B9;
}
.AnyTagClassName
{
color: #CC02B9;
}
</style>
background-color css
<style>
a { background-color: #CC02B9; }
a { background-color: rgb(204,2,185); }
div.DivClassName
{
background-color: #CC02B9;
}
.BgClassName
{
background-color: #CC02B9;
}
</style>
border-color css
<style>
span { border-color: #CC02B9; }
span { border-color: rgb(204,2,185); }
td.TdClassName
{
border-color: #CC02B9;
}
.TagClassName
{
border-color: #CC02B9;
}
</style>