Shades of Deep Magenta #C116CC
Tints of Deep Magenta #C116CC
RGB
CMYK
RGB Variations
Color information
#C116CC (or 0xC116CC) is known color: Deep Magenta. HEX triplet: C1, 16 and CC. RGB value is (193,22,204). Sum of RGB (Red+Green+Blue) = 193+22+204=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #C116CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C116CC is #3EE933. Grayscale: #5D5D5D. Windows color (decimal): -4122932 or 13375169. OLE color: 13375169.
HSL color Cylindrical-coordinate representation of color #C116CC: hue angle of 296.37º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C116CC is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 22 | 204 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.2 |
| HSL | 296.37º | 0.81% | 0.44% | - |
| HSV(B) | 296.37º | 0.89% | 0.8% | - |
| XYZ | 33.18 | 16.27 | 58.52 | - |
| YUV | 93.88 | 190.15 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 204 | 0.05 | 0.89 | 0 | 0.2 | 296.37 | 0.81 | 0.44 |
| Hex | C1 | 16 | CC | 5 | 59 | 0 | 14 | 128 | 51 | 2C |
| Octal | 301 | 26 | 314 | 5 | 131 | 0 | 24 | 450 | 121 | 54 |
| Binary | 11000001 | 10110 | 11001100 | 101 | 1011001 | 0 | 10100 | 100101000 | 1010001 | 101100 |
Color Harmonies of #C116CC
Complementary color
Monochromatic Colors of #C116CC
Black with #C116CC
Text Example
Text Example
White with #C116CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C116CC; }
p { color: rgb(193,22,204); }
H1.HeaderClassName
{
color: #C116CC;
}
.AnyTagClassName
{
color: #C116CC;
}
</style>
background-color css
<style>
a { background-color: #C116CC; }
a { background-color: rgb(193,22,204); }
div.DivClassName
{
background-color: #C116CC;
}
.BgClassName
{
background-color: #C116CC;
}
</style>
border-color css
<style>
span { border-color: #C116CC; }
span { border-color: rgb(193,22,204); }
td.TdClassName
{
border-color: #C116CC;
}
.TagClassName
{
border-color: #C116CC;
}
</style>