Shades of Deep Magenta #C20ABB
Tints of Deep Magenta #C20ABB
RGB
CMYK
RGB Variations
Color information
#C20ABB (or 0xC20ABB) is known color: Deep Magenta. HEX triplet: C2, 0A and BB. RGB value is (194,10,187). Sum of RGB (Red+Green+Blue) = 194+10+187=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C20ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ABB is #3DF544. Grayscale: #545454. Windows color (decimal): -4060485 or 12257986. OLE color: 12257986.
HSL color Cylindrical-coordinate representation of color #C20ABB: hue angle of 302.28º 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 #C20ABB is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 187 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.24 |
| HSL | 302.28º | 0.9% | 0.4% | - |
| HSV(B) | 302.28º | 0.95% | 0.76% | - |
| XYZ | 31.33 | 15.27 | 48.31 | - |
| YUV | 85.19 | 185.46 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 187 | 0 | 0.95 | 0.04 | 0.24 | 302.28 | 0.9 | 0.4 |
| Hex | C2 | A | BB | 0 | 5F | 4 | 18 | 12E | 5A | 28 |
| Octal | 302 | 12 | 273 | 0 | 137 | 4 | 30 | 456 | 132 | 50 |
| Binary | 11000010 | 1010 | 10111011 | 0 | 1011111 | 100 | 11000 | 100101110 | 1011010 | 101000 |
Color Harmonies of #C20ABB
Complementary color
Monochromatic Colors of #C20ABB
Black with #C20ABB
Text Example
Text Example
White with #C20ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20ABB; }
p { color: rgb(194,10,187); }
H1.HeaderClassName
{
color: #C20ABB;
}
.AnyTagClassName
{
color: #C20ABB;
}
</style>
background-color css
<style>
a { background-color: #C20ABB; }
a { background-color: rgb(194,10,187); }
div.DivClassName
{
background-color: #C20ABB;
}
.BgClassName
{
background-color: #C20ABB;
}
</style>
border-color css
<style>
span { border-color: #C20ABB; }
span { border-color: rgb(194,10,187); }
td.TdClassName
{
border-color: #C20ABB;
}
.TagClassName
{
border-color: #C20ABB;
}
</style>