Shades of Deep Magenta #AD0CC0
Tints of Deep Magenta #AD0CC0
RGB
CMYK
RGB Variations
Color information
#AD0CC0 (or 0xAD0CC0) is known color: Deep Magenta. HEX triplet: AD, 0C and C0. RGB value is (173,12,192). Sum of RGB (Red+Green+Blue) = 173+12+192=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD0CC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CC0 is #52F33F. Grayscale: #505050. Windows color (decimal): -5436224 or 12586157. OLE color: 12586157.
HSL color Cylindrical-coordinate representation of color #AD0CC0: hue angle of 293.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CC0 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 12 | 192 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.25 |
| HSL | 293.67º | 0.88% | 0.4% | - |
| HSV(B) | 293.67º | 0.94% | 0.75% | - |
| XYZ | 26.88 | 12.95 | 50.95 | - |
| YUV | 80.66 | 190.84 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 192 | 0.10 | 0.94 | 0 | 0.25 | 293.67 | 0.88 | 0.4 |
| Hex | AD | C | C0 | A | 5E | 0 | 19 | 126 | 58 | 28 |
| Octal | 255 | 14 | 300 | 12 | 136 | 0 | 31 | 446 | 130 | 50 |
| Binary | 10101101 | 1100 | 11000000 | 1010 | 1011110 | 0 | 11001 | 100100110 | 1011000 | 101000 |
Color Harmonies of #AD0CC0
Complementary color
Monochromatic Colors of #AD0CC0
Black with #AD0CC0
Text Example
Text Example
White with #AD0CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CC0; }
p { color: rgb(173,12,192); }
H1.HeaderClassName
{
color: #AD0CC0;
}
.AnyTagClassName
{
color: #AD0CC0;
}
</style>
background-color css
<style>
a { background-color: #AD0CC0; }
a { background-color: rgb(173,12,192); }
div.DivClassName
{
background-color: #AD0CC0;
}
.BgClassName
{
background-color: #AD0CC0;
}
</style>
border-color css
<style>
span { border-color: #AD0CC0; }
span { border-color: rgb(173,12,192); }
td.TdClassName
{
border-color: #AD0CC0;
}
.TagClassName
{
border-color: #AD0CC0;
}
</style>