Shades of Deep Magenta #C116AB
Tints of Deep Magenta #C116AB
RGB
CMYK
RGB Variations
Color information
#C116AB (or 0xC116AB) is known color: Deep Magenta. HEX triplet: C1, 16 and AB. RGB value is (193,22,171). Sum of RGB (Red+Green+Blue) = 193+22+171=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C116AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C116AB is #3EE954. Grayscale: #595959. Windows color (decimal): -4122965 or 11212481. OLE color: 11212481.
HSL color Cylindrical-coordinate representation of color #C116AB: hue angle of 307.72º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C116AB is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 171 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.24 |
| HSL | 307.72º | 0.8% | 0.42% | - |
| HSV(B) | 307.72º | 0.89% | 0.76% | - |
| XYZ | 29.63 | 14.85 | 39.83 | - |
| YUV | 90.12 | 173.65 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 171 | 0 | 0.89 | 0.11 | 0.24 | 307.72 | 0.8 | 0.42 |
| Hex | C1 | 16 | AB | 0 | 59 | B | 18 | 134 | 50 | 2A |
| Octal | 301 | 26 | 253 | 0 | 131 | 13 | 30 | 464 | 120 | 52 |
| Binary | 11000001 | 10110 | 10101011 | 0 | 1011001 | 1011 | 11000 | 100110100 | 1010000 | 101010 |
Color Harmonies of #C116AB
Complementary color
Monochromatic Colors of #C116AB
Black with #C116AB
Text Example
Text Example
White with #C116AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C116AB; }
p { color: rgb(193,22,171); }
H1.HeaderClassName
{
color: #C116AB;
}
.AnyTagClassName
{
color: #C116AB;
}
</style>
background-color css
<style>
a { background-color: #C116AB; }
a { background-color: rgb(193,22,171); }
div.DivClassName
{
background-color: #C116AB;
}
.BgClassName
{
background-color: #C116AB;
}
</style>
border-color css
<style>
span { border-color: #C116AB; }
span { border-color: rgb(193,22,171); }
td.TdClassName
{
border-color: #C116AB;
}
.TagClassName
{
border-color: #C116AB;
}
</style>