Shades of Deep Magenta #CC02DB
Tints of Deep Magenta #CC02DB
RGB
CMYK
RGB Variations
Color information
#CC02DB (or 0xCC02DB) is known color: Deep Magenta. HEX triplet: CC, 02 and DB. RGB value is (204,2,219). Sum of RGB (Red+Green+Blue) = 204+2+219=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC02DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02DB is #33FD24. Grayscale: #565656. Windows color (decimal): -3407141 or 14353100. OLE color: 14353100.
HSL color Cylindrical-coordinate representation of color #CC02DB: hue angle of 295.85º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02DB is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 2 | 219 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.14 |
| HSL | 295.85º | 0.98% | 0.43% | - |
| HSV(B) | 295.85º | 0.99% | 0.86% | - |
| XYZ | 37.71 | 18 | 68.5 | - |
| YUV | 87.14 | 202.42 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 219 | 0.07 | 0.99 | 0 | 0.14 | 295.85 | 0.98 | 0.43 |
| Hex | CC | 2 | DB | 7 | 63 | 0 | E | 128 | 62 | 2B |
| Octal | 314 | 2 | 333 | 7 | 143 | 0 | 16 | 450 | 142 | 53 |
| Binary | 11001100 | 10 | 11011011 | 111 | 1100011 | 0 | 1110 | 100101000 | 1100010 | 101011 |
Color Harmonies of #CC02DB
Complementary color
Monochromatic Colors of #CC02DB
Black with #CC02DB
Text Example
Text Example
White with #CC02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02DB; }
p { color: rgb(204,2,219); }
H1.HeaderClassName
{
color: #CC02DB;
}
.AnyTagClassName
{
color: #CC02DB;
}
</style>
background-color css
<style>
a { background-color: #CC02DB; }
a { background-color: rgb(204,2,219); }
div.DivClassName
{
background-color: #CC02DB;
}
.BgClassName
{
background-color: #CC02DB;
}
</style>
border-color css
<style>
span { border-color: #CC02DB; }
span { border-color: rgb(204,2,219); }
td.TdClassName
{
border-color: #CC02DB;
}
.TagClassName
{
border-color: #CC02DB;
}
</style>