Shades of Deep Magenta #C20AB0
Tints of Deep Magenta #C20AB0
RGB
CMYK
RGB Variations
Color information
#C20AB0 (or 0xC20AB0) is known color: Deep Magenta. HEX triplet: C2, 0A and B0. RGB value is (194,10,176). Sum of RGB (Red+Green+Blue) = 194+10+176=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C20AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20AB0 is #3DF54F. Grayscale: #535353. Windows color (decimal): -4060496 or 11537090. OLE color: 11537090.
HSL color Cylindrical-coordinate representation of color #C20AB0: hue angle of 305.87º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20AB0 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 176 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.24 |
| HSL | 305.87º | 0.9% | 0.4% | - |
| HSV(B) | 305.87º | 0.95% | 0.76% | - |
| XYZ | 30.19 | 14.82 | 42.34 | - |
| YUV | 83.94 | 179.96 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 176 | 0 | 0.95 | 0.09 | 0.24 | 305.87 | 0.9 | 0.4 |
| Hex | C2 | A | B0 | 0 | 5F | 9 | 18 | 132 | 5A | 28 |
| Octal | 302 | 12 | 260 | 0 | 137 | 11 | 30 | 462 | 132 | 50 |
| Binary | 11000010 | 1010 | 10110000 | 0 | 1011111 | 1001 | 11000 | 100110010 | 1011010 | 101000 |
Color Harmonies of #C20AB0
Complementary color
Monochromatic Colors of #C20AB0
Black with #C20AB0
Text Example
Text Example
White with #C20AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20AB0; }
p { color: rgb(194,10,176); }
H1.HeaderClassName
{
color: #C20AB0;
}
.AnyTagClassName
{
color: #C20AB0;
}
</style>
background-color css
<style>
a { background-color: #C20AB0; }
a { background-color: rgb(194,10,176); }
div.DivClassName
{
background-color: #C20AB0;
}
.BgClassName
{
background-color: #C20AB0;
}
</style>
border-color css
<style>
span { border-color: #C20AB0; }
span { border-color: rgb(194,10,176); }
td.TdClassName
{
border-color: #C20AB0;
}
.TagClassName
{
border-color: #C20AB0;
}
</style>