Shades of Deep Magenta #DC02C9
Tints of Deep Magenta #DC02C9
RGB
CMYK
RGB Variations
Color information
#DC02C9 (or 0xDC02C9) is known color: Deep Magenta. HEX triplet: DC, 02 and C9. RGB value is (220,2,201). Sum of RGB (Red+Green+Blue) = 220+2+201=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02C9 is #23FD36. Grayscale: #595959. Windows color (decimal): -2358583 or 13173468. OLE color: 13173468.
HSL color Cylindrical-coordinate representation of color #DC02C9: hue angle of 305.23º 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 #DC02C9 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 201 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.14 |
| HSL | 305.23º | 0.98% | 0.44% | - |
| HSV(B) | 305.23º | 0.99% | 0.86% | - |
| XYZ | 40.08 | 19.48 | 56.91 | - |
| YUV | 89.87 | 190.72 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 201 | 0 | 0.99 | 0.09 | 0.14 | 305.23 | 0.98 | 0.44 |
| Hex | DC | 2 | C9 | 0 | 63 | 9 | E | 131 | 62 | 2C |
| Octal | 334 | 2 | 311 | 0 | 143 | 11 | 16 | 461 | 142 | 54 |
| Binary | 11011100 | 10 | 11001001 | 0 | 1100011 | 1001 | 1110 | 100110001 | 1100010 | 101100 |
Color Harmonies of #DC02C9
Complementary color
Monochromatic Colors of #DC02C9
Black with #DC02C9
Text Example
Text Example
White with #DC02C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02C9; }
p { color: rgb(220,2,201); }
H1.HeaderClassName
{
color: #DC02C9;
}
.AnyTagClassName
{
color: #DC02C9;
}
</style>
background-color css
<style>
a { background-color: #DC02C9; }
a { background-color: rgb(220,2,201); }
div.DivClassName
{
background-color: #DC02C9;
}
.BgClassName
{
background-color: #DC02C9;
}
</style>
border-color css
<style>
span { border-color: #DC02C9; }
span { border-color: rgb(220,2,201); }
td.TdClassName
{
border-color: #DC02C9;
}
.TagClassName
{
border-color: #DC02C9;
}
</style>