Shades of Deep Magenta #DC02C0
Tints of Deep Magenta #DC02C0
RGB
CMYK
RGB Variations
Color information
#DC02C0 (or 0xDC02C0) is known color: Deep Magenta. HEX triplet: DC, 02 and C0. RGB value is (220,2,192). Sum of RGB (Red+Green+Blue) = 220+2+192=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02C0 is #23FD3F. Grayscale: #585858. Windows color (decimal): -2358592 or 12583644. OLE color: 12583644.
HSL color Cylindrical-coordinate representation of color #DC02C0: hue angle of 307.71º 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 #DC02C0 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 192 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.14 |
| HSL | 307.71º | 0.98% | 0.44% | - |
| HSV(B) | 307.71º | 0.99% | 0.86% | - |
| XYZ | 39.05 | 19.06 | 51.49 | - |
| YUV | 88.84 | 186.22 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 192 | 0 | 0.99 | 0.13 | 0.14 | 307.71 | 0.98 | 0.44 |
| Hex | DC | 2 | C0 | 0 | 63 | D | E | 134 | 62 | 2C |
| Octal | 334 | 2 | 300 | 0 | 143 | 15 | 16 | 464 | 142 | 54 |
| Binary | 11011100 | 10 | 11000000 | 0 | 1100011 | 1101 | 1110 | 100110100 | 1100010 | 101100 |
Color Harmonies of #DC02C0
Complementary color
Monochromatic Colors of #DC02C0
Black with #DC02C0
Text Example
Text Example
White with #DC02C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02C0; }
p { color: rgb(220,2,192); }
H1.HeaderClassName
{
color: #DC02C0;
}
.AnyTagClassName
{
color: #DC02C0;
}
</style>
background-color css
<style>
a { background-color: #DC02C0; }
a { background-color: rgb(220,2,192); }
div.DivClassName
{
background-color: #DC02C0;
}
.BgClassName
{
background-color: #DC02C0;
}
</style>
border-color css
<style>
span { border-color: #DC02C0; }
span { border-color: rgb(220,2,192); }
td.TdClassName
{
border-color: #DC02C0;
}
.TagClassName
{
border-color: #DC02C0;
}
</style>