Shades of Deep Magenta #C110D6
Tints of Deep Magenta #C110D6
RGB
CMYK
RGB Variations
Color information
#C110D6 (or 0xC110D6) is known color: Deep Magenta. HEX triplet: C1, 10 and D6. RGB value is (193,16,214). Sum of RGB (Red+Green+Blue) = 193+16+214=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #C110D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110D6 is #3EEF29. Grayscale: #5A5A5A. Windows color (decimal): -4124458 or 14028993. OLE color: 14028993.
HSL color Cylindrical-coordinate representation of color #C110D6: hue angle of 293.64º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C110D6 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 16 | 214 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.16 |
| HSL | 293.64º | 0.86% | 0.45% | - |
| HSV(B) | 293.64º | 0.93% | 0.84% | - |
| XYZ | 34.32 | 16.56 | 65.01 | - |
| YUV | 91.5 | 197.14 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 214 | 0.10 | 0.93 | 0 | 0.16 | 293.64 | 0.86 | 0.45 |
| Hex | C1 | 10 | D6 | A | 5D | 0 | 10 | 126 | 56 | 2D |
| Octal | 301 | 20 | 326 | 12 | 135 | 0 | 20 | 446 | 126 | 55 |
| Binary | 11000001 | 10000 | 11010110 | 1010 | 1011101 | 0 | 10000 | 100100110 | 1010110 | 101101 |
Color Harmonies of #C110D6
Complementary color
Monochromatic Colors of #C110D6
Black with #C110D6
Text Example
Text Example
White with #C110D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C110D6; }
p { color: rgb(193,16,214); }
H1.HeaderClassName
{
color: #C110D6;
}
.AnyTagClassName
{
color: #C110D6;
}
</style>
background-color css
<style>
a { background-color: #C110D6; }
a { background-color: rgb(193,16,214); }
div.DivClassName
{
background-color: #C110D6;
}
.BgClassName
{
background-color: #C110D6;
}
</style>
border-color css
<style>
span { border-color: #C110D6; }
span { border-color: rgb(193,16,214); }
td.TdClassName
{
border-color: #C110D6;
}
.TagClassName
{
border-color: #C110D6;
}
</style>