Shades of Deep Magenta #C20AAF
Tints of Deep Magenta #C20AAF
RGB
CMYK
RGB Variations
Color information
#C20AAF (or 0xC20AAF) is known color: Deep Magenta. HEX triplet: C2, 0A and AF. RGB value is (194,10,175). Sum of RGB (Red+Green+Blue) = 194+10+175=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C20AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20AAF is #3DF550. Grayscale: #535353. Windows color (decimal): -4060497 or 11471554. OLE color: 11471554.
HSL color Cylindrical-coordinate representation of color #C20AAF: hue angle of 306.2º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20AAF is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.24 |
| HSL | 306.2º | 0.9% | 0.4% | - |
| HSV(B) | 306.2º | 0.95% | 0.76% | - |
| XYZ | 30.09 | 14.78 | 41.82 | - |
| YUV | 83.83 | 179.46 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 175 | 0 | 0.95 | 0.10 | 0.24 | 306.2 | 0.9 | 0.4 |
| Hex | C2 | A | AF | 0 | 5F | A | 18 | 132 | 5A | 28 |
| Octal | 302 | 12 | 257 | 0 | 137 | 12 | 30 | 462 | 132 | 50 |
| Binary | 11000010 | 1010 | 10101111 | 0 | 1011111 | 1010 | 11000 | 100110010 | 1011010 | 101000 |
Color Harmonies of #C20AAF
Complementary color
Monochromatic Colors of #C20AAF
Black with #C20AAF
Text Example
Text Example
White with #C20AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20AAF; }
p { color: rgb(194,10,175); }
H1.HeaderClassName
{
color: #C20AAF;
}
.AnyTagClassName
{
color: #C20AAF;
}
</style>
background-color css
<style>
a { background-color: #C20AAF; }
a { background-color: rgb(194,10,175); }
div.DivClassName
{
background-color: #C20AAF;
}
.BgClassName
{
background-color: #C20AAF;
}
</style>
border-color css
<style>
span { border-color: #C20AAF; }
span { border-color: rgb(194,10,175); }
td.TdClassName
{
border-color: #C20AAF;
}
.TagClassName
{
border-color: #C20AAF;
}
</style>