Shades of Deep Magenta #C011DC
Tints of Deep Magenta #C011DC
RGB
CMYK
RGB Variations
Color information
#C011DC (or 0xC011DC) is known color: Deep Magenta. HEX triplet: C0, 11 and DC. RGB value is (192,17,220). Sum of RGB (Red+Green+Blue) = 192+17+220=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #C011DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011DC is #3FEE23. Grayscale: #5B5B5B. Windows color (decimal): -4189732 or 14422464. OLE color: 14422464.
HSL color Cylindrical-coordinate representation of color #C011DC: hue angle of 291.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C011DC is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 17 | 220 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.14 |
| HSL | 291.72º | 0.86% | 0.46% | - |
| HSV(B) | 291.72º | 0.92% | 0.86% | - |
| XYZ | 34.86 | 16.77 | 69.11 | - |
| YUV | 92.47 | 199.98 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 220 | 0.13 | 0.92 | 0 | 0.14 | 291.72 | 0.86 | 0.46 |
| Hex | C0 | 11 | DC | D | 5C | 0 | E | 124 | 56 | 2E |
| Octal | 300 | 21 | 334 | 15 | 134 | 0 | 16 | 444 | 126 | 56 |
| Binary | 11000000 | 10001 | 11011100 | 1101 | 1011100 | 0 | 1110 | 100100100 | 1010110 | 101110 |
Color Harmonies of #C011DC
Complementary color
Monochromatic Colors of #C011DC
Black with #C011DC
Text Example
Text Example
White with #C011DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011DC; }
p { color: rgb(192,17,220); }
H1.HeaderClassName
{
color: #C011DC;
}
.AnyTagClassName
{
color: #C011DC;
}
</style>
background-color css
<style>
a { background-color: #C011DC; }
a { background-color: rgb(192,17,220); }
div.DivClassName
{
background-color: #C011DC;
}
.BgClassName
{
background-color: #C011DC;
}
</style>
border-color css
<style>
span { border-color: #C011DC; }
span { border-color: rgb(192,17,220); }
td.TdClassName
{
border-color: #C011DC;
}
.TagClassName
{
border-color: #C011DC;
}
</style>