Shades of Deep Magenta #C116AF
Tints of Deep Magenta #C116AF
RGB
CMYK
RGB Variations
Color information
#C116AF (or 0xC116AF) is known color: Deep Magenta. HEX triplet: C1, 16 and AF. RGB value is (193,22,175). Sum of RGB (Red+Green+Blue) = 193+22+175=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C116AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C116AF is #3EE950. Grayscale: #5A5A5A. Windows color (decimal): -4122961 or 11474625. OLE color: 11474625.
HSL color Cylindrical-coordinate representation of color #C116AF: hue angle of 306.32º 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 #C116AF is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 175 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.24 |
| HSL | 306.32º | 0.8% | 0.42% | - |
| HSV(B) | 306.32º | 0.89% | 0.76% | - |
| XYZ | 30.02 | 15.01 | 41.87 | - |
| YUV | 90.57 | 175.65 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 175 | 0 | 0.89 | 0.09 | 0.24 | 306.32 | 0.8 | 0.42 |
| Hex | C1 | 16 | AF | 0 | 59 | 9 | 18 | 132 | 50 | 2A |
| Octal | 301 | 26 | 257 | 0 | 131 | 11 | 30 | 462 | 120 | 52 |
| Binary | 11000001 | 10110 | 10101111 | 0 | 1011001 | 1001 | 11000 | 100110010 | 1010000 | 101010 |
Color Harmonies of #C116AF
Complementary color
Monochromatic Colors of #C116AF
Black with #C116AF
Text Example
Text Example
White with #C116AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C116AF; }
p { color: rgb(193,22,175); }
H1.HeaderClassName
{
color: #C116AF;
}
.AnyTagClassName
{
color: #C116AF;
}
</style>
background-color css
<style>
a { background-color: #C116AF; }
a { background-color: rgb(193,22,175); }
div.DivClassName
{
background-color: #C116AF;
}
.BgClassName
{
background-color: #C116AF;
}
</style>
border-color css
<style>
span { border-color: #C116AF; }
span { border-color: rgb(193,22,175); }
td.TdClassName
{
border-color: #C116AF;
}
.TagClassName
{
border-color: #C116AF;
}
</style>