Shades of Deep Magenta #C20AAA
Tints of Deep Magenta #C20AAA
RGB
CMYK
RGB Variations
Color information
#C20AAA (or 0xC20AAA) is known color: Deep Magenta. HEX triplet: C2, 0A and AA. RGB value is (194,10,170). Sum of RGB (Red+Green+Blue) = 194+10+170=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C20AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20AAA is #3DF555. Grayscale: #525252. Windows color (decimal): -4060502 or 11143874. OLE color: 11143874.
HSL color Cylindrical-coordinate representation of color #C20AAA: hue angle of 307.83º 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 #C20AAA is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 170 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.24 |
| HSL | 307.83º | 0.9% | 0.4% | - |
| HSV(B) | 307.83º | 0.95% | 0.76% | - |
| XYZ | 29.61 | 14.59 | 39.29 | - |
| YUV | 83.26 | 176.96 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 170 | 0 | 0.95 | 0.12 | 0.24 | 307.83 | 0.9 | 0.4 |
| Hex | C2 | A | AA | 0 | 5F | C | 18 | 134 | 5A | 28 |
| Octal | 302 | 12 | 252 | 0 | 137 | 14 | 30 | 464 | 132 | 50 |
| Binary | 11000010 | 1010 | 10101010 | 0 | 1011111 | 1100 | 11000 | 100110100 | 1011010 | 101000 |
Color Harmonies of #C20AAA
Complementary color
Monochromatic Colors of #C20AAA
Black with #C20AAA
Text Example
Text Example
White with #C20AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20AAA; }
p { color: rgb(194,10,170); }
H1.HeaderClassName
{
color: #C20AAA;
}
.AnyTagClassName
{
color: #C20AAA;
}
</style>
background-color css
<style>
a { background-color: #C20AAA; }
a { background-color: rgb(194,10,170); }
div.DivClassName
{
background-color: #C20AAA;
}
.BgClassName
{
background-color: #C20AAA;
}
</style>
border-color css
<style>
span { border-color: #C20AAA; }
span { border-color: rgb(194,10,170); }
td.TdClassName
{
border-color: #C20AAA;
}
.TagClassName
{
border-color: #C20AAA;
}
</style>