Shades of Deep Magenta #C20BA8
Tints of Deep Magenta #C20BA8
RGB
CMYK
RGB Variations
Color information
#C20BA8 (or 0xC20BA8) is known color: Deep Magenta. HEX triplet: C2, 0B and A8. RGB value is (194,11,168). Sum of RGB (Red+Green+Blue) = 194+11+168=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C20BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20BA8 is #3DF457. Grayscale: #535353. Windows color (decimal): -4060248 or 11013058. OLE color: 11013058.
HSL color Cylindrical-coordinate representation of color #C20BA8: hue angle of 308.52º degrees, saturation: 0.89, 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 #C20BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.24 |
| HSL | 308.52º | 0.89% | 0.4% | - |
| HSV(B) | 308.52º | 0.94% | 0.76% | - |
| XYZ | 29.44 | 14.54 | 38.3 | - |
| YUV | 83.62 | 175.63 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 168 | 0 | 0.94 | 0.13 | 0.24 | 308.52 | 0.89 | 0.4 |
| Hex | C2 | B | A8 | 0 | 5E | D | 18 | 135 | 59 | 28 |
| Octal | 302 | 13 | 250 | 0 | 136 | 15 | 30 | 465 | 131 | 50 |
| Binary | 11000010 | 1011 | 10101000 | 0 | 1011110 | 1101 | 11000 | 100110101 | 1011001 | 101000 |
Color Harmonies of #C20BA8
Complementary color
Monochromatic Colors of #C20BA8
Black with #C20BA8
Text Example
Text Example
White with #C20BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BA8; }
p { color: rgb(194,11,168); }
H1.HeaderClassName
{
color: #C20BA8;
}
.AnyTagClassName
{
color: #C20BA8;
}
</style>
background-color css
<style>
a { background-color: #C20BA8; }
a { background-color: rgb(194,11,168); }
div.DivClassName
{
background-color: #C20BA8;
}
.BgClassName
{
background-color: #C20BA8;
}
</style>
border-color css
<style>
span { border-color: #C20BA8; }
span { border-color: rgb(194,11,168); }
td.TdClassName
{
border-color: #C20BA8;
}
.TagClassName
{
border-color: #C20BA8;
}
</style>