Shades of Deep Magenta #AD01C1
Tints of Deep Magenta #AD01C1
RGB
CMYK
RGB Variations
Color information
#AD01C1 (or 0xAD01C1) is known color: Deep Magenta. HEX triplet: AD, 01 and C1. RGB value is (173,1,193). Sum of RGB (Red+Green+Blue) = 173+1+193=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD01C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01C1 is #52FE3E. Grayscale: #494949. Windows color (decimal): -5439039 or 12648877. OLE color: 12648877.
HSL color Cylindrical-coordinate representation of color #AD01C1: hue angle of 293.75º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD01C1 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 1 | 193 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.24 |
| HSL | 293.75º | 0.99% | 0.38% | - |
| HSV(B) | 293.75º | 0.99% | 0.76% | - |
| XYZ | 26.87 | 12.76 | 51.5 | - |
| YUV | 74.32 | 194.98 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 193 | 0.10 | 0.99 | 0 | 0.24 | 293.75 | 0.99 | 0.38 |
| Hex | AD | 1 | C1 | A | 63 | 0 | 18 | 126 | 63 | 26 |
| Octal | 255 | 1 | 301 | 12 | 143 | 0 | 30 | 446 | 143 | 46 |
| Binary | 10101101 | 1 | 11000001 | 1010 | 1100011 | 0 | 11000 | 100100110 | 1100011 | 100110 |
Color Harmonies of #AD01C1
Complementary color
Monochromatic Colors of #AD01C1
Black with #AD01C1
Text Example
Text Example
White with #AD01C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD01C1; }
p { color: rgb(173,1,193); }
H1.HeaderClassName
{
color: #AD01C1;
}
.AnyTagClassName
{
color: #AD01C1;
}
</style>
background-color css
<style>
a { background-color: #AD01C1; }
a { background-color: rgb(173,1,193); }
div.DivClassName
{
background-color: #AD01C1;
}
.BgClassName
{
background-color: #AD01C1;
}
</style>
border-color css
<style>
span { border-color: #AD01C1; }
span { border-color: rgb(173,1,193); }
td.TdClassName
{
border-color: #AD01C1;
}
.TagClassName
{
border-color: #AD01C1;
}
</style>