Shades of Deep Magenta #AD12BC
Tints of Deep Magenta #AD12BC
RGB
CMYK
RGB Variations
Color information
#AD12BC (or 0xAD12BC) is known color: Deep Magenta. HEX triplet: AD, 12 and BC. RGB value is (173,18,188). Sum of RGB (Red+Green+Blue) = 173+18+188=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD12BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD12BC is #52ED43. Grayscale: #535353. Windows color (decimal): -5434692 or 12325549. OLE color: 12325549.
HSL color Cylindrical-coordinate representation of color #AD12BC: hue angle of 294.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD12BC is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 18 | 188 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.26 |
| HSL | 294.71º | 0.83% | 0.4% | - |
| HSV(B) | 294.71º | 0.9% | 0.74% | - |
| XYZ | 26.53 | 12.95 | 48.68 | - |
| YUV | 83.73 | 186.85 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 188 | 0.08 | 0.90 | 0 | 0.26 | 294.71 | 0.83 | 0.4 |
| Hex | AD | 12 | BC | 8 | 5A | 0 | 1A | 127 | 53 | 28 |
| Octal | 255 | 22 | 274 | 10 | 132 | 0 | 32 | 447 | 123 | 50 |
| Binary | 10101101 | 10010 | 10111100 | 1000 | 1011010 | 0 | 11010 | 100100111 | 1010011 | 101000 |
Color Harmonies of #AD12BC
Complementary color
Monochromatic Colors of #AD12BC
Black with #AD12BC
Text Example
Text Example
White with #AD12BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12BC; }
p { color: rgb(173,18,188); }
H1.HeaderClassName
{
color: #AD12BC;
}
.AnyTagClassName
{
color: #AD12BC;
}
</style>
background-color css
<style>
a { background-color: #AD12BC; }
a { background-color: rgb(173,18,188); }
div.DivClassName
{
background-color: #AD12BC;
}
.BgClassName
{
background-color: #AD12BC;
}
</style>
border-color css
<style>
span { border-color: #AD12BC; }
span { border-color: rgb(173,18,188); }
td.TdClassName
{
border-color: #AD12BC;
}
.TagClassName
{
border-color: #AD12BC;
}
</style>