Shades of Deep Magenta #C20AA8
Tints of Deep Magenta #C20AA8
RGB
CMYK
RGB Variations
Color information
#C20AA8 (or 0xC20AA8) is known color: Deep Magenta. HEX triplet: C2, 0A and A8. RGB value is (194,10,168). Sum of RGB (Red+Green+Blue) = 194+10+168=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C20AA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20AA8 is #3DF557. Grayscale: #525252. Windows color (decimal): -4060504 or 11012802. OLE color: 11012802.
HSL color Cylindrical-coordinate representation of color #C20AA8: hue angle of 308.48º 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 #C20AA8 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 168 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.24 |
| HSL | 308.48º | 0.9% | 0.4% | - |
| HSV(B) | 308.48º | 0.95% | 0.76% | - |
| XYZ | 29.42 | 14.51 | 38.3 | - |
| YUV | 83.03 | 175.96 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 168 | 0 | 0.95 | 0.13 | 0.24 | 308.48 | 0.9 | 0.4 |
| Hex | C2 | A | A8 | 0 | 5F | D | 18 | 134 | 5A | 28 |
| Octal | 302 | 12 | 250 | 0 | 137 | 15 | 30 | 464 | 132 | 50 |
| Binary | 11000010 | 1010 | 10101000 | 0 | 1011111 | 1101 | 11000 | 100110100 | 1011010 | 101000 |
Color Harmonies of #C20AA8
Complementary color
Monochromatic Colors of #C20AA8
Black with #C20AA8
Text Example
Text Example
White with #C20AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20AA8; }
p { color: rgb(194,10,168); }
H1.HeaderClassName
{
color: #C20AA8;
}
.AnyTagClassName
{
color: #C20AA8;
}
</style>
background-color css
<style>
a { background-color: #C20AA8; }
a { background-color: rgb(194,10,168); }
div.DivClassName
{
background-color: #C20AA8;
}
.BgClassName
{
background-color: #C20AA8;
}
</style>
border-color css
<style>
span { border-color: #C20AA8; }
span { border-color: rgb(194,10,168); }
td.TdClassName
{
border-color: #C20AA8;
}
.TagClassName
{
border-color: #C20AA8;
}
</style>