Shades of Deep Magenta #C110D8
Tints of Deep Magenta #C110D8
RGB
CMYK
RGB Variations
Color information
#C110D8 (or 0xC110D8) is known color: Deep Magenta. HEX triplet: C1, 10 and D8. RGB value is (193,16,216). Sum of RGB (Red+Green+Blue) = 193+16+216=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #C110D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110D8 is #3EEF27. Grayscale: #5B5B5B. Windows color (decimal): -4124456 or 14160065. OLE color: 14160065.
HSL color Cylindrical-coordinate representation of color #C110D8: hue angle of 293.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C110D8 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 16 | 216 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.15 |
| HSL | 293.1º | 0.86% | 0.45% | - |
| HSV(B) | 293.1º | 0.93% | 0.85% | - |
| XYZ | 34.57 | 16.67 | 66.36 | - |
| YUV | 91.72 | 198.14 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 216 | 0.11 | 0.93 | 0 | 0.15 | 293.1 | 0.86 | 0.45 |
| Hex | C1 | 10 | D8 | B | 5D | 0 | F | 125 | 56 | 2D |
| Octal | 301 | 20 | 330 | 13 | 135 | 0 | 17 | 445 | 126 | 55 |
| Binary | 11000001 | 10000 | 11011000 | 1011 | 1011101 | 0 | 1111 | 100100101 | 1010110 | 101101 |
Color Harmonies of #C110D8
Complementary color
Monochromatic Colors of #C110D8
Black with #C110D8
Text Example
Text Example
White with #C110D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C110D8; }
p { color: rgb(193,16,216); }
H1.HeaderClassName
{
color: #C110D8;
}
.AnyTagClassName
{
color: #C110D8;
}
</style>
background-color css
<style>
a { background-color: #C110D8; }
a { background-color: rgb(193,16,216); }
div.DivClassName
{
background-color: #C110D8;
}
.BgClassName
{
background-color: #C110D8;
}
</style>
border-color css
<style>
span { border-color: #C110D8; }
span { border-color: rgb(193,16,216); }
td.TdClassName
{
border-color: #C110D8;
}
.TagClassName
{
border-color: #C110D8;
}
</style>