Shades of Deep Magenta #DC05C2
Tints of Deep Magenta #DC05C2
RGB
CMYK
RGB Variations
Color information
#DC05C2 (or 0xDC05C2) is known color: Deep Magenta. HEX triplet: DC, 05 and C2. RGB value is (220,5,194). Sum of RGB (Red+Green+Blue) = 220+5+194=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05C2 is #23FA3D. Grayscale: #5A5A5A. Windows color (decimal): -2357822 or 12715484. OLE color: 12715484.
HSL color Cylindrical-coordinate representation of color #DC05C2: hue angle of 307.26º 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 #DC05C2 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 194 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.14 |
| HSL | 307.26º | 0.96% | 0.44% | - |
| HSV(B) | 307.26º | 0.98% | 0.86% | - |
| XYZ | 39.31 | 19.22 | 52.68 | - |
| YUV | 90.83 | 186.23 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 194 | 0 | 0.98 | 0.12 | 0.14 | 307.26 | 0.96 | 0.44 |
| Hex | DC | 5 | C2 | 0 | 62 | C | E | 133 | 60 | 2C |
| Octal | 334 | 5 | 302 | 0 | 142 | 14 | 16 | 463 | 140 | 54 |
| Binary | 11011100 | 101 | 11000010 | 0 | 1100010 | 1100 | 1110 | 100110011 | 1100000 | 101100 |
Color Harmonies of #DC05C2
Complementary color
Monochromatic Colors of #DC05C2
Black with #DC05C2
Text Example
Text Example
White with #DC05C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05C2; }
p { color: rgb(220,5,194); }
H1.HeaderClassName
{
color: #DC05C2;
}
.AnyTagClassName
{
color: #DC05C2;
}
</style>
background-color css
<style>
a { background-color: #DC05C2; }
a { background-color: rgb(220,5,194); }
div.DivClassName
{
background-color: #DC05C2;
}
.BgClassName
{
background-color: #DC05C2;
}
</style>
border-color css
<style>
span { border-color: #DC05C2; }
span { border-color: rgb(220,5,194); }
td.TdClassName
{
border-color: #DC05C2;
}
.TagClassName
{
border-color: #DC05C2;
}
</style>