Shades of Deep Magenta #C20BAE
Tints of Deep Magenta #C20BAE
RGB
CMYK
RGB Variations
Color information
#C20BAE (or 0xC20BAE) is known color: Deep Magenta. HEX triplet: C2, 0B and AE. RGB value is (194,11,174). Sum of RGB (Red+Green+Blue) = 194+11+174=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C20BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20BAE is #3DF451. Grayscale: #535353. Windows color (decimal): -4060242 or 11406274. OLE color: 11406274.
HSL color Cylindrical-coordinate representation of color #C20BAE: hue angle of 306.56º 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 #C20BAE is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 174 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.24 |
| HSL | 306.56º | 0.89% | 0.4% | - |
| HSV(B) | 306.56º | 0.94% | 0.76% | - |
| XYZ | 30.01 | 14.76 | 41.31 | - |
| YUV | 84.3 | 178.63 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 174 | 0 | 0.94 | 0.10 | 0.24 | 306.56 | 0.89 | 0.4 |
| Hex | C2 | B | AE | 0 | 5E | A | 18 | 133 | 59 | 28 |
| Octal | 302 | 13 | 256 | 0 | 136 | 12 | 30 | 463 | 131 | 50 |
| Binary | 11000010 | 1011 | 10101110 | 0 | 1011110 | 1010 | 11000 | 100110011 | 1011001 | 101000 |
Color Harmonies of #C20BAE
Complementary color
Monochromatic Colors of #C20BAE
Black with #C20BAE
Text Example
Text Example
White with #C20BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BAE; }
p { color: rgb(194,11,174); }
H1.HeaderClassName
{
color: #C20BAE;
}
.AnyTagClassName
{
color: #C20BAE;
}
</style>
background-color css
<style>
a { background-color: #C20BAE; }
a { background-color: rgb(194,11,174); }
div.DivClassName
{
background-color: #C20BAE;
}
.BgClassName
{
background-color: #C20BAE;
}
</style>
border-color css
<style>
span { border-color: #C20BAE; }
span { border-color: rgb(194,11,174); }
td.TdClassName
{
border-color: #C20BAE;
}
.TagClassName
{
border-color: #C20BAE;
}
</style>