Shades of Deep Magenta #DC05CE
Tints of Deep Magenta #DC05CE
RGB
CMYK
RGB Variations
Color information
#DC05CE (or 0xDC05CE) is known color: Deep Magenta. HEX triplet: DC, 05 and CE. RGB value is (220,5,206). Sum of RGB (Red+Green+Blue) = 220+5+206=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05CE is #23FA31. Grayscale: #5B5B5B. Windows color (decimal): -2357810 or 13501916. OLE color: 13501916.
HSL color Cylindrical-coordinate representation of color #DC05CE: hue angle of 303.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC05CE is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 206 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.14 |
| HSL | 303.91º | 0.96% | 0.44% | - |
| HSV(B) | 303.91º | 0.98% | 0.86% | - |
| XYZ | 40.71 | 19.78 | 60.06 | - |
| YUV | 92.2 | 192.23 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 206 | 0 | 0.98 | 0.06 | 0.14 | 303.91 | 0.96 | 0.44 |
| Hex | DC | 5 | CE | 0 | 62 | 6 | E | 130 | 60 | 2C |
| Octal | 334 | 5 | 316 | 0 | 142 | 6 | 16 | 460 | 140 | 54 |
| Binary | 11011100 | 101 | 11001110 | 0 | 1100010 | 110 | 1110 | 100110000 | 1100000 | 101100 |
Color Harmonies of #DC05CE
Complementary color
Monochromatic Colors of #DC05CE
Black with #DC05CE
Text Example
Text Example
White with #DC05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05CE; }
p { color: rgb(220,5,206); }
H1.HeaderClassName
{
color: #DC05CE;
}
.AnyTagClassName
{
color: #DC05CE;
}
</style>
background-color css
<style>
a { background-color: #DC05CE; }
a { background-color: rgb(220,5,206); }
div.DivClassName
{
background-color: #DC05CE;
}
.BgClassName
{
background-color: #DC05CE;
}
</style>
border-color css
<style>
span { border-color: #DC05CE; }
span { border-color: rgb(220,5,206); }
td.TdClassName
{
border-color: #DC05CE;
}
.TagClassName
{
border-color: #DC05CE;
}
</style>