Shades of Deep Magenta #CC05D2
Tints of Deep Magenta #CC05D2
RGB
CMYK
RGB Variations
Color information
#CC05D2 (or 0xCC05D2) is known color: Deep Magenta. HEX triplet: CC, 05 and D2. RGB value is (204,5,210). Sum of RGB (Red+Green+Blue) = 204+5+210=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 210 (82.42% from 255 or 50.12% from 419); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC05D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05D2 is #33FA2D. Grayscale: #575757. Windows color (decimal): -3406382 or 13764044. OLE color: 13764044.
HSL color Cylindrical-coordinate representation of color #CC05D2: hue angle of 298.24º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05D2 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 5 | 210 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.18 |
| HSL | 298.24º | 0.95% | 0.42% | - |
| HSV(B) | 298.24º | 0.98% | 0.82% | - |
| XYZ | 36.59 | 17.6 | 62.44 | - |
| YUV | 87.87 | 196.93 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 210 | 0.03 | 0.98 | 0 | 0.18 | 298.24 | 0.95 | 0.42 |
| Hex | CC | 5 | D2 | 3 | 62 | 0 | 12 | 12A | 5F | 2A |
| Octal | 314 | 5 | 322 | 3 | 142 | 0 | 22 | 452 | 137 | 52 |
| Binary | 11001100 | 101 | 11010010 | 11 | 1100010 | 0 | 10010 | 100101010 | 1011111 | 101010 |
Color Harmonies of #CC05D2
Complementary color
Monochromatic Colors of #CC05D2
Black with #CC05D2
Text Example
Text Example
White with #CC05D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05D2; }
p { color: rgb(204,5,210); }
H1.HeaderClassName
{
color: #CC05D2;
}
.AnyTagClassName
{
color: #CC05D2;
}
</style>
background-color css
<style>
a { background-color: #CC05D2; }
a { background-color: rgb(204,5,210); }
div.DivClassName
{
background-color: #CC05D2;
}
.BgClassName
{
background-color: #CC05D2;
}
</style>
border-color css
<style>
span { border-color: #CC05D2; }
span { border-color: rgb(204,5,210); }
td.TdClassName
{
border-color: #CC05D2;
}
.TagClassName
{
border-color: #CC05D2;
}
</style>