Shades of Deep Magenta #AD0CBC
Tints of Deep Magenta #AD0CBC
RGB
CMYK
RGB Variations
Color information
#AD0CBC (or 0xAD0CBC) is known color: Deep Magenta. HEX triplet: AD, 0C and BC. RGB value is (173,12,188). Sum of RGB (Red+Green+Blue) = 173+12+188=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD0CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CBC is #52F343. Grayscale: #4F4F4F. Windows color (decimal): -5436228 or 12324013. OLE color: 12324013.
HSL color Cylindrical-coordinate representation of color #AD0CBC: hue angle of 294.89º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CBC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 12 | 188 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.26 |
| HSL | 294.89º | 0.88% | 0.39% | - |
| HSV(B) | 294.89º | 0.94% | 0.74% | - |
| XYZ | 26.44 | 12.78 | 48.65 | - |
| YUV | 80.2 | 188.84 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 188 | 0.08 | 0.94 | 0 | 0.26 | 294.89 | 0.88 | 0.39 |
| Hex | AD | C | BC | 8 | 5E | 0 | 1A | 127 | 58 | 27 |
| Octal | 255 | 14 | 274 | 10 | 136 | 0 | 32 | 447 | 130 | 47 |
| Binary | 10101101 | 1100 | 10111100 | 1000 | 1011110 | 0 | 11010 | 100100111 | 1011000 | 100111 |
Color Harmonies of #AD0CBC
Complementary color
Monochromatic Colors of #AD0CBC
Black with #AD0CBC
Text Example
Text Example
White with #AD0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CBC; }
p { color: rgb(173,12,188); }
H1.HeaderClassName
{
color: #AD0CBC;
}
.AnyTagClassName
{
color: #AD0CBC;
}
</style>
background-color css
<style>
a { background-color: #AD0CBC; }
a { background-color: rgb(173,12,188); }
div.DivClassName
{
background-color: #AD0CBC;
}
.BgClassName
{
background-color: #AD0CBC;
}
</style>
border-color css
<style>
span { border-color: #AD0CBC; }
span { border-color: rgb(173,12,188); }
td.TdClassName
{
border-color: #AD0CBC;
}
.TagClassName
{
border-color: #AD0CBC;
}
</style>