Shades of Deep Magenta #C20CAE
Tints of Deep Magenta #C20CAE
RGB
CMYK
RGB Variations
Color information
#C20CAE (or 0xC20CAE) is known color: Deep Magenta. HEX triplet: C2, 0C and AE. RGB value is (194,12,174). Sum of RGB (Red+Green+Blue) = 194+12+174=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C20CAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20CAE is #3DF351. Grayscale: #545454. Windows color (decimal): -4059986 or 11406530. OLE color: 11406530.
HSL color Cylindrical-coordinate representation of color #C20CAE: hue angle of 306.59º 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 #C20CAE is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 174 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.24 |
| HSL | 306.59º | 0.88% | 0.4% | - |
| HSV(B) | 306.59º | 0.94% | 0.76% | - |
| XYZ | 30.02 | 14.79 | 41.32 | - |
| YUV | 84.89 | 178.3 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 174 | 0 | 0.94 | 0.10 | 0.24 | 306.59 | 0.88 | 0.4 |
| Hex | C2 | C | AE | 0 | 5E | A | 18 | 133 | 58 | 28 |
| Octal | 302 | 14 | 256 | 0 | 136 | 12 | 30 | 463 | 130 | 50 |
| Binary | 11000010 | 1100 | 10101110 | 0 | 1011110 | 1010 | 11000 | 100110011 | 1011000 | 101000 |
Color Harmonies of #C20CAE
Complementary color
Monochromatic Colors of #C20CAE
Black with #C20CAE
Text Example
Text Example
White with #C20CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CAE; }
p { color: rgb(194,12,174); }
H1.HeaderClassName
{
color: #C20CAE;
}
.AnyTagClassName
{
color: #C20CAE;
}
</style>
background-color css
<style>
a { background-color: #C20CAE; }
a { background-color: rgb(194,12,174); }
div.DivClassName
{
background-color: #C20CAE;
}
.BgClassName
{
background-color: #C20CAE;
}
</style>
border-color css
<style>
span { border-color: #C20CAE; }
span { border-color: rgb(194,12,174); }
td.TdClassName
{
border-color: #C20CAE;
}
.TagClassName
{
border-color: #C20CAE;
}
</style>