Shades of Deep Magenta #C80AB0
Tints of Deep Magenta #C80AB0
RGB
CMYK
RGB Variations
Color information
#C80AB0 (or 0xC80AB0) is known color: Deep Magenta. HEX triplet: C8, 0A and B0. RGB value is (200,10,176). Sum of RGB (Red+Green+Blue) = 200+10+176=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C80AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80AB0 is #37F54F. Grayscale: #555555. Windows color (decimal): -3667280 or 11537096. OLE color: 11537096.
HSL color Cylindrical-coordinate representation of color #C80AB0: hue angle of 307.58º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80AB0 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 176 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.22 |
| HSL | 307.58º | 0.9% | 0.41% | - |
| HSV(B) | 307.58º | 0.95% | 0.78% | - |
| XYZ | 31.76 | 15.63 | 42.42 | - |
| YUV | 85.73 | 178.95 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 176 | 0 | 0.95 | 0.12 | 0.22 | 307.58 | 0.9 | 0.41 |
| Hex | C8 | A | B0 | 0 | 5F | C | 16 | 134 | 5A | 29 |
| Octal | 310 | 12 | 260 | 0 | 137 | 14 | 26 | 464 | 132 | 51 |
| Binary | 11001000 | 1010 | 10110000 | 0 | 1011111 | 1100 | 10110 | 100110100 | 1011010 | 101001 |
Color Harmonies of #C80AB0
Complementary color
Monochromatic Colors of #C80AB0
Black with #C80AB0
Text Example
Text Example
White with #C80AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80AB0; }
p { color: rgb(200,10,176); }
H1.HeaderClassName
{
color: #C80AB0;
}
.AnyTagClassName
{
color: #C80AB0;
}
</style>
background-color css
<style>
a { background-color: #C80AB0; }
a { background-color: rgb(200,10,176); }
div.DivClassName
{
background-color: #C80AB0;
}
.BgClassName
{
background-color: #C80AB0;
}
</style>
border-color css
<style>
span { border-color: #C80AB0; }
span { border-color: rgb(200,10,176); }
td.TdClassName
{
border-color: #C80AB0;
}
.TagClassName
{
border-color: #C80AB0;
}
</style>