Shades of Dark Magenta #800CAB
Tints of Dark Magenta #800CAB
RGB
CMYK
RGB Variations
Color information
#800CAB (or 0x800CAB) is known color: Dark Magenta. HEX triplet: 80, 0C and AB. RGB value is (128,12,171). Sum of RGB (Red+Green+Blue) = 128+12+171=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #800CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800CAB is #7FF354. Grayscale: #404040. Windows color (decimal): -8385365 or 11209856. OLE color: 11209856.
HSL color Cylindrical-coordinate representation of color #800CAB: hue angle of 283.77º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800CAB is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 12 | 171 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.33 |
| HSL | 283.77º | 0.87% | 0.36% | - |
| HSV(B) | 283.77º | 0.93% | 0.67% | - |
| XYZ | 16.38 | 7.79 | 39.17 | - |
| YUV | 64.81 | 187.93 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 171 | 0.25 | 0.93 | 0 | 0.33 | 283.77 | 0.87 | 0.36 |
| Hex | 80 | C | AB | 19 | 5D | 0 | 21 | 11C | 57 | 24 |
| Octal | 200 | 14 | 253 | 31 | 135 | 0 | 41 | 434 | 127 | 44 |
| Binary | 10000000 | 1100 | 10101011 | 11001 | 1011101 | 0 | 100001 | 100011100 | 1010111 | 100100 |
Color Harmonies of #800CAB
Complementary color
Monochromatic Colors of #800CAB
Black with #800CAB
Text Example
Text Example
White with #800CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CAB; }
p { color: rgb(128,12,171); }
H1.HeaderClassName
{
color: #800CAB;
}
.AnyTagClassName
{
color: #800CAB;
}
</style>
background-color css
<style>
a { background-color: #800CAB; }
a { background-color: rgb(128,12,171); }
div.DivClassName
{
background-color: #800CAB;
}
.BgClassName
{
background-color: #800CAB;
}
</style>
border-color css
<style>
span { border-color: #800CAB; }
span { border-color: rgb(128,12,171); }
td.TdClassName
{
border-color: #800CAB;
}
.TagClassName
{
border-color: #800CAB;
}
</style>