Shades of Deep Magenta #AD0CBE
Tints of Deep Magenta #AD0CBE
RGB
CMYK
RGB Variations
Color information
#AD0CBE (or 0xAD0CBE) is known color: Deep Magenta. HEX triplet: AD, 0C and BE. RGB value is (173,12,190). Sum of RGB (Red+Green+Blue) = 173+12+190=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD0CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CBE is #52F341. Grayscale: #4F4F4F. Windows color (decimal): -5436226 or 12455085. OLE color: 12455085.
HSL color Cylindrical-coordinate representation of color #AD0CBE: hue angle of 294.27º 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 #AD0CBE is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 12 | 190 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.25 |
| HSL | 294.27º | 0.88% | 0.4% | - |
| HSV(B) | 294.27º | 0.94% | 0.75% | - |
| XYZ | 26.66 | 12.86 | 49.79 | - |
| YUV | 80.43 | 189.84 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 190 | 0.09 | 0.94 | 0 | 0.25 | 294.27 | 0.88 | 0.4 |
| Hex | AD | C | BE | 9 | 5E | 0 | 19 | 126 | 58 | 28 |
| Octal | 255 | 14 | 276 | 11 | 136 | 0 | 31 | 446 | 130 | 50 |
| Binary | 10101101 | 1100 | 10111110 | 1001 | 1011110 | 0 | 11001 | 100100110 | 1011000 | 101000 |
Color Harmonies of #AD0CBE
Complementary color
Monochromatic Colors of #AD0CBE
Black with #AD0CBE
Text Example
Text Example
White with #AD0CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CBE; }
p { color: rgb(173,12,190); }
H1.HeaderClassName
{
color: #AD0CBE;
}
.AnyTagClassName
{
color: #AD0CBE;
}
</style>
background-color css
<style>
a { background-color: #AD0CBE; }
a { background-color: rgb(173,12,190); }
div.DivClassName
{
background-color: #AD0CBE;
}
.BgClassName
{
background-color: #AD0CBE;
}
</style>
border-color css
<style>
span { border-color: #AD0CBE; }
span { border-color: rgb(173,12,190); }
td.TdClassName
{
border-color: #AD0CBE;
}
.TagClassName
{
border-color: #AD0CBE;
}
</style>