Shades of Deep Magenta #AD0CC1
Tints of Deep Magenta #AD0CC1
RGB
CMYK
RGB Variations
Color information
#AD0CC1 (or 0xAD0CC1) is known color: Deep Magenta. HEX triplet: AD, 0C and C1. RGB value is (173,12,193). Sum of RGB (Red+Green+Blue) = 173+12+193=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD0CC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CC1 is #52F33E. Grayscale: #505050. Windows color (decimal): -5436223 or 12651693. OLE color: 12651693.
HSL color Cylindrical-coordinate representation of color #AD0CC1: hue angle of 293.37º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CC1 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 12 | 193 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.24 |
| HSL | 293.37º | 0.88% | 0.4% | - |
| HSV(B) | 293.37º | 0.94% | 0.76% | - |
| XYZ | 26.99 | 13 | 51.54 | - |
| YUV | 80.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 193 | 0.10 | 0.94 | 0 | 0.24 | 293.37 | 0.88 | 0.4 |
| Hex | AD | C | C1 | A | 5E | 0 | 18 | 125 | 58 | 28 |
| Octal | 255 | 14 | 301 | 12 | 136 | 0 | 30 | 445 | 130 | 50 |
| Binary | 10101101 | 1100 | 11000001 | 1010 | 1011110 | 0 | 11000 | 100100101 | 1011000 | 101000 |
Color Harmonies of #AD0CC1
Complementary color
Monochromatic Colors of #AD0CC1
Black with #AD0CC1
Text Example
Text Example
White with #AD0CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0CC1; }
p { color: rgb(173,12,193); }
H1.HeaderClassName
{
color: #AD0CC1;
}
.AnyTagClassName
{
color: #AD0CC1;
}
</style>
background-color css
<style>
a { background-color: #AD0CC1; }
a { background-color: rgb(173,12,193); }
div.DivClassName
{
background-color: #AD0CC1;
}
.BgClassName
{
background-color: #AD0CC1;
}
</style>
border-color css
<style>
span { border-color: #AD0CC1; }
span { border-color: rgb(173,12,193); }
td.TdClassName
{
border-color: #AD0CC1;
}
.TagClassName
{
border-color: #AD0CC1;
}
</style>