Shades of Dark Magenta #800CAD
Tints of Dark Magenta #800CAD
RGB
CMYK
RGB Variations
Color information
#800CAD (or 0x800CAD) is known color: Dark Magenta. HEX triplet: 80, 0C and AD. RGB value is (128,12,173). Sum of RGB (Red+Green+Blue) = 128+12+173=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #800CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800CAD is #7FF352. Grayscale: #404040. Windows color (decimal): -8385363 or 11340928. OLE color: 11340928.
HSL color Cylindrical-coordinate representation of color #800CAD: hue angle of 283.23º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800CAD is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 12 | 173 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.32 |
| HSL | 283.23º | 0.87% | 0.36% | - |
| HSV(B) | 283.23º | 0.93% | 0.68% | - |
| XYZ | 16.58 | 7.87 | 40.18 | - |
| YUV | 65.04 | 188.93 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 173 | 0.26 | 0.93 | 0 | 0.32 | 283.23 | 0.87 | 0.36 |
| Hex | 80 | C | AD | 1A | 5D | 0 | 20 | 11B | 57 | 24 |
| Octal | 200 | 14 | 255 | 32 | 135 | 0 | 40 | 433 | 127 | 44 |
| Binary | 10000000 | 1100 | 10101101 | 11010 | 1011101 | 0 | 100000 | 100011011 | 1010111 | 100100 |
Color Harmonies of #800CAD
Complementary color
Monochromatic Colors of #800CAD
Black with #800CAD
Text Example
Text Example
White with #800CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CAD; }
p { color: rgb(128,12,173); }
H1.HeaderClassName
{
color: #800CAD;
}
.AnyTagClassName
{
color: #800CAD;
}
</style>
background-color css
<style>
a { background-color: #800CAD; }
a { background-color: rgb(128,12,173); }
div.DivClassName
{
background-color: #800CAD;
}
.BgClassName
{
background-color: #800CAD;
}
</style>
border-color css
<style>
span { border-color: #800CAD; }
span { border-color: rgb(128,12,173); }
td.TdClassName
{
border-color: #800CAD;
}
.TagClassName
{
border-color: #800CAD;
}
</style>