Shades of Deep Magenta #AD14C0
Tints of Deep Magenta #AD14C0
RGB
CMYK
RGB Variations
Color information
#AD14C0 (or 0xAD14C0) is known color: Deep Magenta. HEX triplet: AD, 14 and C0. RGB value is (173,20,192). Sum of RGB (Red+Green+Blue) = 173+20+192=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD14C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14C0 is #52EB3F. Grayscale: #545454. Windows color (decimal): -5434176 or 12588205. OLE color: 12588205.
HSL color Cylindrical-coordinate representation of color #AD14C0: hue angle of 293.37º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD14C0 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 20 | 192 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.25 |
| HSL | 293.37º | 0.81% | 0.42% | - |
| HSV(B) | 293.37º | 0.9% | 0.75% | - |
| XYZ | 27 | 13.19 | 50.99 | - |
| YUV | 85.36 | 188.19 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 192 | 0.10 | 0.90 | 0 | 0.25 | 293.37 | 0.81 | 0.42 |
| Hex | AD | 14 | C0 | A | 5A | 0 | 19 | 125 | 51 | 2A |
| Octal | 255 | 24 | 300 | 12 | 132 | 0 | 31 | 445 | 121 | 52 |
| Binary | 10101101 | 10100 | 11000000 | 1010 | 1011010 | 0 | 11001 | 100100101 | 1010001 | 101010 |
Color Harmonies of #AD14C0
Complementary color
Monochromatic Colors of #AD14C0
Black with #AD14C0
Text Example
Text Example
White with #AD14C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14C0; }
p { color: rgb(173,20,192); }
H1.HeaderClassName
{
color: #AD14C0;
}
.AnyTagClassName
{
color: #AD14C0;
}
</style>
background-color css
<style>
a { background-color: #AD14C0; }
a { background-color: rgb(173,20,192); }
div.DivClassName
{
background-color: #AD14C0;
}
.BgClassName
{
background-color: #AD14C0;
}
</style>
border-color css
<style>
span { border-color: #AD14C0; }
span { border-color: rgb(173,20,192); }
td.TdClassName
{
border-color: #AD14C0;
}
.TagClassName
{
border-color: #AD14C0;
}
</style>