Shades of Deep Magenta #C00AB1
Tints of Deep Magenta #C00AB1
RGB
CMYK
RGB Variations
Color information
#C00AB1 (or 0xC00AB1) is known color: Deep Magenta. HEX triplet: C0, 0A and B1. RGB value is (192,10,177). Sum of RGB (Red+Green+Blue) = 192+10+177=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C00AB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00AB1 is #3FF54E. Grayscale: #525252. Windows color (decimal): -4191567 or 11602624. OLE color: 11602624.
HSL color Cylindrical-coordinate representation of color #C00AB1: hue angle of 304.95º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00AB1 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 177 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.25 |
| HSL | 304.95º | 0.9% | 0.4% | - |
| HSV(B) | 304.95º | 0.95% | 0.75% | - |
| XYZ | 29.78 | 14.6 | 42.84 | - |
| YUV | 83.46 | 180.8 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 177 | 0 | 0.95 | 0.08 | 0.25 | 304.95 | 0.9 | 0.4 |
| Hex | C0 | A | B1 | 0 | 5F | 8 | 19 | 131 | 5A | 28 |
| Octal | 300 | 12 | 261 | 0 | 137 | 10 | 31 | 461 | 132 | 50 |
| Binary | 11000000 | 1010 | 10110001 | 0 | 1011111 | 1000 | 11001 | 100110001 | 1011010 | 101000 |
Color Harmonies of #C00AB1
Complementary color
Monochromatic Colors of #C00AB1
Black with #C00AB1
Text Example
Text Example
White with #C00AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AB1; }
p { color: rgb(192,10,177); }
H1.HeaderClassName
{
color: #C00AB1;
}
.AnyTagClassName
{
color: #C00AB1;
}
</style>
background-color css
<style>
a { background-color: #C00AB1; }
a { background-color: rgb(192,10,177); }
div.DivClassName
{
background-color: #C00AB1;
}
.BgClassName
{
background-color: #C00AB1;
}
</style>
border-color css
<style>
span { border-color: #C00AB1; }
span { border-color: rgb(192,10,177); }
td.TdClassName
{
border-color: #C00AB1;
}
.TagClassName
{
border-color: #C00AB1;
}
</style>