Shades of Deep Magenta #C110DC
Tints of Deep Magenta #C110DC
RGB
CMYK
RGB Variations
Color information
#C110DC (or 0xC110DC) is known color: Deep Magenta. HEX triplet: C1, 10 and DC. RGB value is (193,16,220). Sum of RGB (Red+Green+Blue) = 193+16+220=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 16 (6.64% from 255 or 3.73% 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 #C110DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110DC is #3EEF23. Grayscale: #5B5B5B. Windows color (decimal): -4124452 or 14422209. OLE color: 14422209.
HSL color Cylindrical-coordinate representation of color #C110DC: hue angle of 292.06º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C110DC is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 16 | 220 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.14 |
| HSL | 292.06º | 0.86% | 0.46% | - |
| HSV(B) | 292.06º | 0.93% | 0.86% | - |
| XYZ | 35.1 | 16.88 | 69.12 | - |
| YUV | 92.18 | 200.14 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 220 | 0.12 | 0.93 | 0 | 0.14 | 292.06 | 0.86 | 0.46 |
| Hex | C1 | 10 | DC | C | 5D | 0 | E | 124 | 56 | 2E |
| Octal | 301 | 20 | 334 | 14 | 135 | 0 | 16 | 444 | 126 | 56 |
| Binary | 11000001 | 10000 | 11011100 | 1100 | 1011101 | 0 | 1110 | 100100100 | 1010110 | 101110 |
Color Harmonies of #C110DC
Complementary color
Monochromatic Colors of #C110DC
Black with #C110DC
Text Example
Text Example
White with #C110DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C110DC; }
p { color: rgb(193,16,220); }
H1.HeaderClassName
{
color: #C110DC;
}
.AnyTagClassName
{
color: #C110DC;
}
</style>
background-color css
<style>
a { background-color: #C110DC; }
a { background-color: rgb(193,16,220); }
div.DivClassName
{
background-color: #C110DC;
}
.BgClassName
{
background-color: #C110DC;
}
</style>
border-color css
<style>
span { border-color: #C110DC; }
span { border-color: rgb(193,16,220); }
td.TdClassName
{
border-color: #C110DC;
}
.TagClassName
{
border-color: #C110DC;
}
</style>