Shades of Deep Magenta #C116CE
Tints of Deep Magenta #C116CE
RGB
CMYK
RGB Variations
Color information
#C116CE (or 0xC116CE) is known color: Deep Magenta. HEX triplet: C1, 16 and CE. RGB value is (193,22,206). Sum of RGB (Red+Green+Blue) = 193+22+206=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #C116CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C116CE is #3EE931. Grayscale: #5D5D5D. Windows color (decimal): -4122930 or 13506241. OLE color: 13506241.
HSL color Cylindrical-coordinate representation of color #C116CE: hue angle of 295.76º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C116CE is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 22 | 206 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.19 |
| HSL | 295.76º | 0.81% | 0.45% | - |
| HSV(B) | 295.76º | 0.89% | 0.81% | - |
| XYZ | 33.42 | 16.37 | 59.79 | - |
| YUV | 94.11 | 191.15 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 206 | 0.06 | 0.89 | 0 | 0.19 | 295.76 | 0.81 | 0.45 |
| Hex | C1 | 16 | CE | 6 | 59 | 0 | 13 | 128 | 51 | 2D |
| Octal | 301 | 26 | 316 | 6 | 131 | 0 | 23 | 450 | 121 | 55 |
| Binary | 11000001 | 10110 | 11001110 | 110 | 1011001 | 0 | 10011 | 100101000 | 1010001 | 101101 |
Color Harmonies of #C116CE
Complementary color
Monochromatic Colors of #C116CE
Black with #C116CE
Text Example
Text Example
White with #C116CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C116CE; }
p { color: rgb(193,22,206); }
H1.HeaderClassName
{
color: #C116CE;
}
.AnyTagClassName
{
color: #C116CE;
}
</style>
background-color css
<style>
a { background-color: #C116CE; }
a { background-color: rgb(193,22,206); }
div.DivClassName
{
background-color: #C116CE;
}
.BgClassName
{
background-color: #C116CE;
}
</style>
border-color css
<style>
span { border-color: #C116CE; }
span { border-color: rgb(193,22,206); }
td.TdClassName
{
border-color: #C116CE;
}
.TagClassName
{
border-color: #C116CE;
}
</style>