Shades of Deep Magenta #C012DE
Tints of Deep Magenta #C012DE
RGB
CMYK
RGB Variations
Color information
#C012DE (or 0xC012DE) is known color: Deep Magenta. HEX triplet: C0, 12 and DE. RGB value is (192,18,222). Sum of RGB (Red+Green+Blue) = 192+18+222=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #C012DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012DE is #3FED21. Grayscale: #5C5C5C. Windows color (decimal): -4189474 or 14553792. OLE color: 14553792.
HSL color Cylindrical-coordinate representation of color #C012DE: hue angle of 291.18º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C012DE is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 18 | 222 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.13 |
| HSL | 291.18º | 0.85% | 0.47% | - |
| HSV(B) | 291.18º | 0.92% | 0.87% | - |
| XYZ | 35.14 | 16.91 | 70.52 | - |
| YUV | 93.28 | 200.65 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 222 | 0.14 | 0.92 | 0 | 0.13 | 291.18 | 0.85 | 0.47 |
| Hex | C0 | 12 | DE | E | 5C | 0 | D | 123 | 55 | 2F |
| Octal | 300 | 22 | 336 | 16 | 134 | 0 | 15 | 443 | 125 | 57 |
| Binary | 11000000 | 10010 | 11011110 | 1110 | 1011100 | 0 | 1101 | 100100011 | 1010101 | 101111 |
Color Harmonies of #C012DE
Complementary color
Monochromatic Colors of #C012DE
Black with #C012DE
Text Example
Text Example
White with #C012DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012DE; }
p { color: rgb(192,18,222); }
H1.HeaderClassName
{
color: #C012DE;
}
.AnyTagClassName
{
color: #C012DE;
}
</style>
background-color css
<style>
a { background-color: #C012DE; }
a { background-color: rgb(192,18,222); }
div.DivClassName
{
background-color: #C012DE;
}
.BgClassName
{
background-color: #C012DE;
}
</style>
border-color css
<style>
span { border-color: #C012DE; }
span { border-color: rgb(192,18,222); }
td.TdClassName
{
border-color: #C012DE;
}
.TagClassName
{
border-color: #C012DE;
}
</style>