Shades of Deep Magenta #C110CE
Tints of Deep Magenta #C110CE
RGB
CMYK
RGB Variations
Color information
#C110CE (or 0xC110CE) is known color: Deep Magenta. HEX triplet: C1, 10 and CE. RGB value is (193,16,206). Sum of RGB (Red+Green+Blue) = 193+16+206=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #C110CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110CE is #3EEF31. Grayscale: #5A5A5A. Windows color (decimal): -4124466 or 13504705. OLE color: 13504705.
HSL color Cylindrical-coordinate representation of color #C110CE: hue angle of 295.89º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C110CE is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 16 | 206 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.19 |
| HSL | 295.89º | 0.86% | 0.44% | - |
| HSV(B) | 295.89º | 0.92% | 0.81% | - |
| XYZ | 33.32 | 16.16 | 59.76 | - |
| YUV | 90.58 | 193.14 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 206 | 0.06 | 0.92 | 0 | 0.19 | 295.89 | 0.86 | 0.44 |
| Hex | C1 | 10 | CE | 6 | 5C | 0 | 13 | 128 | 56 | 2C |
| Octal | 301 | 20 | 316 | 6 | 134 | 0 | 23 | 450 | 126 | 54 |
| Binary | 11000001 | 10000 | 11001110 | 110 | 1011100 | 0 | 10011 | 100101000 | 1010110 | 101100 |
Color Harmonies of #C110CE
Complementary color
Monochromatic Colors of #C110CE
Black with #C110CE
Text Example
Text Example
White with #C110CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C110CE; }
p { color: rgb(193,16,206); }
H1.HeaderClassName
{
color: #C110CE;
}
.AnyTagClassName
{
color: #C110CE;
}
</style>
background-color css
<style>
a { background-color: #C110CE; }
a { background-color: rgb(193,16,206); }
div.DivClassName
{
background-color: #C110CE;
}
.BgClassName
{
background-color: #C110CE;
}
</style>
border-color css
<style>
span { border-color: #C110CE; }
span { border-color: rgb(193,16,206); }
td.TdClassName
{
border-color: #C110CE;
}
.TagClassName
{
border-color: #C110CE;
}
</style>