Shades of Deep Magenta #DC12CE
Tints of Deep Magenta #DC12CE
RGB
CMYK
RGB Variations
Color information
#DC12CE (or 0xDC12CE) is known color: Deep Magenta. HEX triplet: DC, 12 and CE. RGB value is (220,18,206). Sum of RGB (Red+Green+Blue) = 220+18+206=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12CE is #23ED31. Grayscale: #636363. Windows color (decimal): -2354482 or 13505244. OLE color: 13505244.
HSL color Cylindrical-coordinate representation of color #DC12CE: hue angle of 304.16º 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 #DC12CE is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 206 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.14 |
| HSL | 304.16º | 0.85% | 0.47% | - |
| HSV(B) | 304.16º | 0.92% | 0.86% | - |
| XYZ | 40.87 | 20.1 | 60.12 | - |
| YUV | 99.83 | 187.92 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 206 | 0 | 0.92 | 0.06 | 0.14 | 304.16 | 0.85 | 0.47 |
| Hex | DC | 12 | CE | 0 | 5C | 6 | E | 130 | 55 | 2F |
| Octal | 334 | 22 | 316 | 0 | 134 | 6 | 16 | 460 | 125 | 57 |
| Binary | 11011100 | 10010 | 11001110 | 0 | 1011100 | 110 | 1110 | 100110000 | 1010101 | 101111 |
Color Harmonies of #DC12CE
Complementary color
Monochromatic Colors of #DC12CE
Black with #DC12CE
Text Example
Text Example
White with #DC12CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12CE; }
p { color: rgb(220,18,206); }
H1.HeaderClassName
{
color: #DC12CE;
}
.AnyTagClassName
{
color: #DC12CE;
}
</style>
background-color css
<style>
a { background-color: #DC12CE; }
a { background-color: rgb(220,18,206); }
div.DivClassName
{
background-color: #DC12CE;
}
.BgClassName
{
background-color: #DC12CE;
}
</style>
border-color css
<style>
span { border-color: #DC12CE; }
span { border-color: rgb(220,18,206); }
td.TdClassName
{
border-color: #DC12CE;
}
.TagClassName
{
border-color: #DC12CE;
}
</style>