Shades of Deep Magenta #C211AF
Tints of Deep Magenta #C211AF
RGB
CMYK
RGB Variations
Color information
#C211AF (or 0xC211AF) is known color: Deep Magenta. HEX triplet: C2, 11 and AF. RGB value is (194,17,175). Sum of RGB (Red+Green+Blue) = 194+17+175=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C211AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C211AF is #3DEE50. Grayscale: #575757. Windows color (decimal): -4058705 or 11473346. OLE color: 11473346.
HSL color Cylindrical-coordinate representation of color #C211AF: hue angle of 306.44º 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 #C211AF is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 175 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.24 |
| HSL | 306.44º | 0.84% | 0.41% | - |
| HSV(B) | 306.44º | 0.91% | 0.76% | - |
| XYZ | 30.19 | 14.97 | 41.86 | - |
| YUV | 87.94 | 177.14 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 175 | 0 | 0.91 | 0.10 | 0.24 | 306.44 | 0.84 | 0.41 |
| Hex | C2 | 11 | AF | 0 | 5B | A | 18 | 132 | 54 | 29 |
| Octal | 302 | 21 | 257 | 0 | 133 | 12 | 30 | 462 | 124 | 51 |
| Binary | 11000010 | 10001 | 10101111 | 0 | 1011011 | 1010 | 11000 | 100110010 | 1010100 | 101001 |
Color Harmonies of #C211AF
Complementary color
Monochromatic Colors of #C211AF
Black with #C211AF
Text Example
Text Example
White with #C211AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211AF; }
p { color: rgb(194,17,175); }
H1.HeaderClassName
{
color: #C211AF;
}
.AnyTagClassName
{
color: #C211AF;
}
</style>
background-color css
<style>
a { background-color: #C211AF; }
a { background-color: rgb(194,17,175); }
div.DivClassName
{
background-color: #C211AF;
}
.BgClassName
{
background-color: #C211AF;
}
</style>
border-color css
<style>
span { border-color: #C211AF; }
span { border-color: rgb(194,17,175); }
td.TdClassName
{
border-color: #C211AF;
}
.TagClassName
{
border-color: #C211AF;
}
</style>