Shades of Deep Magenta #DC12C0
Tints of Deep Magenta #DC12C0
RGB
CMYK
RGB Variations
Color information
#DC12C0 (or 0xDC12C0) is known color: Deep Magenta. HEX triplet: DC, 12 and C0. RGB value is (220,18,192). Sum of RGB (Red+Green+Blue) = 220+18+192=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12C0 is #23ED3F. Grayscale: #616161. Windows color (decimal): -2354496 or 12587740. OLE color: 12587740.
HSL color Cylindrical-coordinate representation of color #DC12C0: hue angle of 308.32º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC12C0 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 192 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.14 |
| HSL | 308.32º | 0.85% | 0.47% | - |
| HSV(B) | 308.32º | 0.92% | 0.86% | - |
| XYZ | 39.25 | 19.45 | 51.56 | - |
| YUV | 98.23 | 180.92 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 192 | 0 | 0.92 | 0.13 | 0.14 | 308.32 | 0.85 | 0.47 |
| Hex | DC | 12 | C0 | 0 | 5C | D | E | 134 | 55 | 2F |
| Octal | 334 | 22 | 300 | 0 | 134 | 15 | 16 | 464 | 125 | 57 |
| Binary | 11011100 | 10010 | 11000000 | 0 | 1011100 | 1101 | 1110 | 100110100 | 1010101 | 101111 |
Color Harmonies of #DC12C0
Complementary color
Monochromatic Colors of #DC12C0
Black with #DC12C0
Text Example
Text Example
White with #DC12C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12C0; }
p { color: rgb(220,18,192); }
H1.HeaderClassName
{
color: #DC12C0;
}
.AnyTagClassName
{
color: #DC12C0;
}
</style>
background-color css
<style>
a { background-color: #DC12C0; }
a { background-color: rgb(220,18,192); }
div.DivClassName
{
background-color: #DC12C0;
}
.BgClassName
{
background-color: #DC12C0;
}
</style>
border-color css
<style>
span { border-color: #DC12C0; }
span { border-color: rgb(220,18,192); }
td.TdClassName
{
border-color: #DC12C0;
}
.TagClassName
{
border-color: #DC12C0;
}
</style>