Shades of Deep Magenta #AD03C0
Tints of Deep Magenta #AD03C0
RGB
CMYK
RGB Variations
Color information
#AD03C0 (or 0xAD03C0) is known color: Deep Magenta. HEX triplet: AD, 03 and C0. RGB value is (173,3,192). Sum of RGB (Red+Green+Blue) = 173+3+192=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD03C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03C0 is #52FC3F. Grayscale: #4A4A4A. Windows color (decimal): -5438528 or 12583853. OLE color: 12583853.
HSL color Cylindrical-coordinate representation of color #AD03C0: hue angle of 293.97º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD03C0 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 3 | 192 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.25 |
| HSL | 293.97º | 0.97% | 0.38% | - |
| HSV(B) | 293.97º | 0.98% | 0.75% | - |
| XYZ | 26.78 | 12.76 | 50.92 | - |
| YUV | 75.38 | 193.82 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 192 | 0.10 | 0.98 | 0 | 0.25 | 293.97 | 0.97 | 0.38 |
| Hex | AD | 3 | C0 | A | 62 | 0 | 19 | 126 | 61 | 26 |
| Octal | 255 | 3 | 300 | 12 | 142 | 0 | 31 | 446 | 141 | 46 |
| Binary | 10101101 | 11 | 11000000 | 1010 | 1100010 | 0 | 11001 | 100100110 | 1100001 | 100110 |
Color Harmonies of #AD03C0
Complementary color
Monochromatic Colors of #AD03C0
Black with #AD03C0
Text Example
Text Example
White with #AD03C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03C0; }
p { color: rgb(173,3,192); }
H1.HeaderClassName
{
color: #AD03C0;
}
.AnyTagClassName
{
color: #AD03C0;
}
</style>
background-color css
<style>
a { background-color: #AD03C0; }
a { background-color: rgb(173,3,192); }
div.DivClassName
{
background-color: #AD03C0;
}
.BgClassName
{
background-color: #AD03C0;
}
</style>
border-color css
<style>
span { border-color: #AD03C0; }
span { border-color: rgb(173,3,192); }
td.TdClassName
{
border-color: #AD03C0;
}
.TagClassName
{
border-color: #AD03C0;
}
</style>