Shades of Deep Magenta #DC14C0
Tints of Deep Magenta #DC14C0
RGB
CMYK
RGB Variations
Color information
#DC14C0 (or 0xDC14C0) is known color: Deep Magenta. HEX triplet: DC, 14 and C0. RGB value is (220,20,192). Sum of RGB (Red+Green+Blue) = 220+20+192=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC14C0 is #23EB3F. Grayscale: #626262. Windows color (decimal): -2353984 or 12588252. OLE color: 12588252.
HSL color Cylindrical-coordinate representation of color #DC14C0: hue angle of 308.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC14C0 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 192 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.14 |
| HSL | 308.4º | 0.83% | 0.47% | - |
| HSV(B) | 308.4º | 0.91% | 0.86% | - |
| XYZ | 39.28 | 19.52 | 51.57 | - |
| YUV | 99.41 | 180.26 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 192 | 0 | 0.91 | 0.13 | 0.14 | 308.4 | 0.83 | 0.47 |
| Hex | DC | 14 | C0 | 0 | 5B | D | E | 134 | 53 | 2F |
| Octal | 334 | 24 | 300 | 0 | 133 | 15 | 16 | 464 | 123 | 57 |
| Binary | 11011100 | 10100 | 11000000 | 0 | 1011011 | 1101 | 1110 | 100110100 | 1010011 | 101111 |
Color Harmonies of #DC14C0
Complementary color
Monochromatic Colors of #DC14C0
Black with #DC14C0
Text Example
Text Example
White with #DC14C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC14C0; }
p { color: rgb(220,20,192); }
H1.HeaderClassName
{
color: #DC14C0;
}
.AnyTagClassName
{
color: #DC14C0;
}
</style>
background-color css
<style>
a { background-color: #DC14C0; }
a { background-color: rgb(220,20,192); }
div.DivClassName
{
background-color: #DC14C0;
}
.BgClassName
{
background-color: #DC14C0;
}
</style>
border-color css
<style>
span { border-color: #DC14C0; }
span { border-color: rgb(220,20,192); }
td.TdClassName
{
border-color: #DC14C0;
}
.TagClassName
{
border-color: #DC14C0;
}
</style>