Shades of Deep Magenta #DC02C8
Tints of Deep Magenta #DC02C8
RGB
CMYK
RGB Variations
Color information
#DC02C8 (or 0xDC02C8) is known color: Deep Magenta. HEX triplet: DC, 02 and C8. RGB value is (220,2,200). Sum of RGB (Red+Green+Blue) = 220+2+200=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02C8 is #23FD37. Grayscale: #595959. Windows color (decimal): -2358584 or 13107932. OLE color: 13107932.
HSL color Cylindrical-coordinate representation of color #DC02C8: hue angle of 305.5º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02C8 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 200 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.14 |
| HSL | 305.5º | 0.98% | 0.44% | - |
| HSV(B) | 305.5º | 0.99% | 0.86% | - |
| XYZ | 39.96 | 19.43 | 56.29 | - |
| YUV | 89.75 | 190.22 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 200 | 0 | 0.99 | 0.09 | 0.14 | 305.5 | 0.98 | 0.44 |
| Hex | DC | 2 | C8 | 0 | 63 | 9 | E | 132 | 62 | 2C |
| Octal | 334 | 2 | 310 | 0 | 143 | 11 | 16 | 462 | 142 | 54 |
| Binary | 11011100 | 10 | 11001000 | 0 | 1100011 | 1001 | 1110 | 100110010 | 1100010 | 101100 |
Color Harmonies of #DC02C8
Complementary color
Monochromatic Colors of #DC02C8
Black with #DC02C8
Text Example
Text Example
White with #DC02C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02C8; }
p { color: rgb(220,2,200); }
H1.HeaderClassName
{
color: #DC02C8;
}
.AnyTagClassName
{
color: #DC02C8;
}
</style>
background-color css
<style>
a { background-color: #DC02C8; }
a { background-color: rgb(220,2,200); }
div.DivClassName
{
background-color: #DC02C8;
}
.BgClassName
{
background-color: #DC02C8;
}
</style>
border-color css
<style>
span { border-color: #DC02C8; }
span { border-color: rgb(220,2,200); }
td.TdClassName
{
border-color: #DC02C8;
}
.TagClassName
{
border-color: #DC02C8;
}
</style>