Shades of Deep Magenta #C20CA9
Tints of Deep Magenta #C20CA9
RGB
CMYK
RGB Variations
Color information
#C20CA9 (or 0xC20CA9) is known color: Deep Magenta. HEX triplet: C2, 0C and A9. RGB value is (194,12,169). Sum of RGB (Red+Green+Blue) = 194+12+169=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C20CA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20CA9 is #3DF356. Grayscale: #535353. Windows color (decimal): -4059991 or 11078850. OLE color: 11078850.
HSL color Cylindrical-coordinate representation of color #C20CA9: hue angle of 308.24º 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 #C20CA9 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 169 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.24 |
| HSL | 308.24º | 0.88% | 0.4% | - |
| HSV(B) | 308.24º | 0.94% | 0.76% | - |
| XYZ | 29.54 | 14.6 | 38.8 | - |
| YUV | 84.32 | 175.8 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 169 | 0 | 0.94 | 0.13 | 0.24 | 308.24 | 0.88 | 0.4 |
| Hex | C2 | C | A9 | 0 | 5E | D | 18 | 134 | 58 | 28 |
| Octal | 302 | 14 | 251 | 0 | 136 | 15 | 30 | 464 | 130 | 50 |
| Binary | 11000010 | 1100 | 10101001 | 0 | 1011110 | 1101 | 11000 | 100110100 | 1011000 | 101000 |
Color Harmonies of #C20CA9
Complementary color
Monochromatic Colors of #C20CA9
Black with #C20CA9
Text Example
Text Example
White with #C20CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CA9; }
p { color: rgb(194,12,169); }
H1.HeaderClassName
{
color: #C20CA9;
}
.AnyTagClassName
{
color: #C20CA9;
}
</style>
background-color css
<style>
a { background-color: #C20CA9; }
a { background-color: rgb(194,12,169); }
div.DivClassName
{
background-color: #C20CA9;
}
.BgClassName
{
background-color: #C20CA9;
}
</style>
border-color css
<style>
span { border-color: #C20CA9; }
span { border-color: rgb(194,12,169); }
td.TdClassName
{
border-color: #C20CA9;
}
.TagClassName
{
border-color: #C20CA9;
}
</style>