Shades of Deep Magenta #C20CAA
Tints of Deep Magenta #C20CAA
RGB
CMYK
RGB Variations
Color information
#C20CAA (or 0xC20CAA) is known color: Deep Magenta. HEX triplet: C2, 0C and AA. RGB value is (194,12,170). Sum of RGB (Red+Green+Blue) = 194+12+170=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C20CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20CAA is #3DF355. Grayscale: #535353. Windows color (decimal): -4059990 or 11144386. OLE color: 11144386.
HSL color Cylindrical-coordinate representation of color #C20CAA: hue angle of 307.91º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20CAA is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 170 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.24 |
| HSL | 307.91º | 0.88% | 0.4% | - |
| HSV(B) | 307.91º | 0.94% | 0.76% | - |
| XYZ | 29.64 | 14.63 | 39.29 | - |
| YUV | 84.43 | 176.3 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 170 | 0 | 0.94 | 0.12 | 0.24 | 307.91 | 0.88 | 0.4 |
| Hex | C2 | C | AA | 0 | 5E | C | 18 | 134 | 58 | 28 |
| Octal | 302 | 14 | 252 | 0 | 136 | 14 | 30 | 464 | 130 | 50 |
| Binary | 11000010 | 1100 | 10101010 | 0 | 1011110 | 1100 | 11000 | 100110100 | 1011000 | 101000 |
Color Harmonies of #C20CAA
Complementary color
Monochromatic Colors of #C20CAA
Black with #C20CAA
Text Example
Text Example
White with #C20CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CAA; }
p { color: rgb(194,12,170); }
H1.HeaderClassName
{
color: #C20CAA;
}
.AnyTagClassName
{
color: #C20CAA;
}
</style>
background-color css
<style>
a { background-color: #C20CAA; }
a { background-color: rgb(194,12,170); }
div.DivClassName
{
background-color: #C20CAA;
}
.BgClassName
{
background-color: #C20CAA;
}
</style>
border-color css
<style>
span { border-color: #C20CAA; }
span { border-color: rgb(194,12,170); }
td.TdClassName
{
border-color: #C20CAA;
}
.TagClassName
{
border-color: #C20CAA;
}
</style>