Shades of Deep Magenta #AD0DC1
Tints of Deep Magenta #AD0DC1
RGB
CMYK
RGB Variations
Color information
#AD0DC1 (or 0xAD0DC1) is known color: Deep Magenta. HEX triplet: AD, 0D and C1. RGB value is (173,13,193). Sum of RGB (Red+Green+Blue) = 173+13+193=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD0DC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DC1 is #52F23E. Grayscale: #505050. Windows color (decimal): -5435967 or 12651949. OLE color: 12651949.
HSL color Cylindrical-coordinate representation of color #AD0DC1: hue angle of 293.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0DC1 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 13 | 193 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.24 |
| HSL | 293.33º | 0.87% | 0.4% | - |
| HSV(B) | 293.33º | 0.93% | 0.76% | - |
| XYZ | 27 | 13.02 | 51.54 | - |
| YUV | 81.36 | 191.01 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 193 | 0.10 | 0.93 | 0 | 0.24 | 293.33 | 0.87 | 0.4 |
| Hex | AD | D | C1 | A | 5D | 0 | 18 | 125 | 57 | 28 |
| Octal | 255 | 15 | 301 | 12 | 135 | 0 | 30 | 445 | 127 | 50 |
| Binary | 10101101 | 1101 | 11000001 | 1010 | 1011101 | 0 | 11000 | 100100101 | 1010111 | 101000 |
Color Harmonies of #AD0DC1
Complementary color
Monochromatic Colors of #AD0DC1
Black with #AD0DC1
Text Example
Text Example
White with #AD0DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DC1; }
p { color: rgb(173,13,193); }
H1.HeaderClassName
{
color: #AD0DC1;
}
.AnyTagClassName
{
color: #AD0DC1;
}
</style>
background-color css
<style>
a { background-color: #AD0DC1; }
a { background-color: rgb(173,13,193); }
div.DivClassName
{
background-color: #AD0DC1;
}
.BgClassName
{
background-color: #AD0DC1;
}
</style>
border-color css
<style>
span { border-color: #AD0DC1; }
span { border-color: rgb(173,13,193); }
td.TdClassName
{
border-color: #AD0DC1;
}
.TagClassName
{
border-color: #AD0DC1;
}
</style>