Shades of Deep Magenta #C00AB2
Tints of Deep Magenta #C00AB2
RGB
CMYK
RGB Variations
Color information
#C00AB2 (or 0xC00AB2) is known color: Deep Magenta. HEX triplet: C0, 0A and B2. RGB value is (192,10,178). Sum of RGB (Red+Green+Blue) = 192+10+178=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C00AB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00AB2 is #3FF54D. Grayscale: #535353. Windows color (decimal): -4191566 or 11668160. OLE color: 11668160.
HSL color Cylindrical-coordinate representation of color #C00AB2: hue angle of 304.62º 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 #C00AB2 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 178 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.25 |
| HSL | 304.62º | 0.9% | 0.4% | - |
| HSV(B) | 304.62º | 0.95% | 0.75% | - |
| XYZ | 29.88 | 14.64 | 43.37 | - |
| YUV | 83.57 | 181.3 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 178 | 0 | 0.95 | 0.07 | 0.25 | 304.62 | 0.9 | 0.4 |
| Hex | C0 | A | B2 | 0 | 5F | 7 | 19 | 131 | 5A | 28 |
| Octal | 300 | 12 | 262 | 0 | 137 | 7 | 31 | 461 | 132 | 50 |
| Binary | 11000000 | 1010 | 10110010 | 0 | 1011111 | 111 | 11001 | 100110001 | 1011010 | 101000 |
Color Harmonies of #C00AB2
Complementary color
Monochromatic Colors of #C00AB2
Black with #C00AB2
Text Example
Text Example
White with #C00AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AB2; }
p { color: rgb(192,10,178); }
H1.HeaderClassName
{
color: #C00AB2;
}
.AnyTagClassName
{
color: #C00AB2;
}
</style>
background-color css
<style>
a { background-color: #C00AB2; }
a { background-color: rgb(192,10,178); }
div.DivClassName
{
background-color: #C00AB2;
}
.BgClassName
{
background-color: #C00AB2;
}
</style>
border-color css
<style>
span { border-color: #C00AB2; }
span { border-color: rgb(192,10,178); }
td.TdClassName
{
border-color: #C00AB2;
}
.TagClassName
{
border-color: #C00AB2;
}
</style>