Shades of Deep Magenta #AD03C2
Tints of Deep Magenta #AD03C2
RGB
CMYK
RGB Variations
Color information
#AD03C2 (or 0xAD03C2) is known color: Deep Magenta. HEX triplet: AD, 03 and C2. RGB value is (173,3,194). Sum of RGB (Red+Green+Blue) = 173+3+194=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 194 (76.17% from 255 or 52.43% from 370); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD03C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03C2 is #52FC3D. Grayscale: #4B4B4B. Windows color (decimal): -5438526 or 12714925. OLE color: 12714925.
HSL color Cylindrical-coordinate representation of color #AD03C2: hue angle of 293.4º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD03C2 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 3 | 194 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.24 |
| HSL | 293.4º | 0.97% | 0.39% | - |
| HSV(B) | 293.4º | 0.98% | 0.76% | - |
| XYZ | 27 | 12.84 | 52.09 | - |
| YUV | 75.6 | 194.82 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 194 | 0.11 | 0.98 | 0 | 0.24 | 293.4 | 0.97 | 0.39 |
| Hex | AD | 3 | C2 | B | 62 | 0 | 18 | 125 | 61 | 27 |
| Octal | 255 | 3 | 302 | 13 | 142 | 0 | 30 | 445 | 141 | 47 |
| Binary | 10101101 | 11 | 11000010 | 1011 | 1100010 | 0 | 11000 | 100100101 | 1100001 | 100111 |
Color Harmonies of #AD03C2
Complementary color
Monochromatic Colors of #AD03C2
Black with #AD03C2
Text Example
Text Example
White with #AD03C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD03C2; }
p { color: rgb(173,3,194); }
H1.HeaderClassName
{
color: #AD03C2;
}
.AnyTagClassName
{
color: #AD03C2;
}
</style>
background-color css
<style>
a { background-color: #AD03C2; }
a { background-color: rgb(173,3,194); }
div.DivClassName
{
background-color: #AD03C2;
}
.BgClassName
{
background-color: #AD03C2;
}
</style>
border-color css
<style>
span { border-color: #AD03C2; }
span { border-color: rgb(173,3,194); }
td.TdClassName
{
border-color: #AD03C2;
}
.TagClassName
{
border-color: #AD03C2;
}
</style>