Shades of Deep Magenta #C011DE
Tints of Deep Magenta #C011DE
RGB
CMYK
RGB Variations
Color information
#C011DE (or 0xC011DE) is known color: Deep Magenta. HEX triplet: C0, 11 and DE. RGB value is (192,17,222). Sum of RGB (Red+Green+Blue) = 192+17+222=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #C011DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011DE is #3FEE21. Grayscale: #5C5C5C. Windows color (decimal): -4189730 or 14553536. OLE color: 14553536.
HSL color Cylindrical-coordinate representation of color #C011DE: hue angle of 291.22º degrees, saturation: 0.86, 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 #C011DE is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 17 | 222 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.13 |
| HSL | 291.22º | 0.86% | 0.47% | - |
| HSV(B) | 291.22º | 0.92% | 0.87% | - |
| XYZ | 35.12 | 16.88 | 70.51 | - |
| YUV | 92.7 | 200.98 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 222 | 0.14 | 0.92 | 0 | 0.13 | 291.22 | 0.86 | 0.47 |
| Hex | C0 | 11 | DE | E | 5C | 0 | D | 123 | 56 | 2F |
| Octal | 300 | 21 | 336 | 16 | 134 | 0 | 15 | 443 | 126 | 57 |
| Binary | 11000000 | 10001 | 11011110 | 1110 | 1011100 | 0 | 1101 | 100100011 | 1010110 | 101111 |
Color Harmonies of #C011DE
Complementary color
Monochromatic Colors of #C011DE
Black with #C011DE
Text Example
Text Example
White with #C011DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011DE; }
p { color: rgb(192,17,222); }
H1.HeaderClassName
{
color: #C011DE;
}
.AnyTagClassName
{
color: #C011DE;
}
</style>
background-color css
<style>
a { background-color: #C011DE; }
a { background-color: rgb(192,17,222); }
div.DivClassName
{
background-color: #C011DE;
}
.BgClassName
{
background-color: #C011DE;
}
</style>
border-color css
<style>
span { border-color: #C011DE; }
span { border-color: rgb(192,17,222); }
td.TdClassName
{
border-color: #C011DE;
}
.TagClassName
{
border-color: #C011DE;
}
</style>