Shades of Deep Magenta #C111AF
Tints of Deep Magenta #C111AF
RGB
CMYK
RGB Variations
Color information
#C111AF (or 0xC111AF) is known color: Deep Magenta. HEX triplet: C1, 11 and AF. RGB value is (193,17,175). Sum of RGB (Red+Green+Blue) = 193+17+175=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C111AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C111AF is #3EEE50. Grayscale: #575757. Windows color (decimal): -4124241 or 11473345. OLE color: 11473345.
HSL color Cylindrical-coordinate representation of color #C111AF: hue angle of 306.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C111AF is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 175 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.24 |
| HSL | 306.14º | 0.84% | 0.41% | - |
| HSV(B) | 306.14º | 0.91% | 0.76% | - |
| XYZ | 29.93 | 14.83 | 41.84 | - |
| YUV | 87.64 | 177.31 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 175 | 0 | 0.91 | 0.09 | 0.24 | 306.14 | 0.84 | 0.41 |
| Hex | C1 | 11 | AF | 0 | 5B | 9 | 18 | 132 | 54 | 29 |
| Octal | 301 | 21 | 257 | 0 | 133 | 11 | 30 | 462 | 124 | 51 |
| Binary | 11000001 | 10001 | 10101111 | 0 | 1011011 | 1001 | 11000 | 100110010 | 1010100 | 101001 |
Color Harmonies of #C111AF
Complementary color
Monochromatic Colors of #C111AF
Black with #C111AF
Text Example
Text Example
White with #C111AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111AF; }
p { color: rgb(193,17,175); }
H1.HeaderClassName
{
color: #C111AF;
}
.AnyTagClassName
{
color: #C111AF;
}
</style>
background-color css
<style>
a { background-color: #C111AF; }
a { background-color: rgb(193,17,175); }
div.DivClassName
{
background-color: #C111AF;
}
.BgClassName
{
background-color: #C111AF;
}
</style>
border-color css
<style>
span { border-color: #C111AF; }
span { border-color: rgb(193,17,175); }
td.TdClassName
{
border-color: #C111AF;
}
.TagClassName
{
border-color: #C111AF;
}
</style>