Shades of Deep Magenta #AD14BC
Tints of Deep Magenta #AD14BC
RGB
CMYK
RGB Variations
Color information
#AD14BC (or 0xAD14BC) is known color: Deep Magenta. HEX triplet: AD, 14 and BC. RGB value is (173,20,188). Sum of RGB (Red+Green+Blue) = 173+20+188=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD14BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14BC is #52EB43. Grayscale: #545454. Windows color (decimal): -5434180 or 12326061. OLE color: 12326061.
HSL color Cylindrical-coordinate representation of color #AD14BC: hue angle of 294.64º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD14BC is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 20 | 188 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.26 |
| HSL | 294.64º | 0.81% | 0.41% | - |
| HSV(B) | 294.64º | 0.89% | 0.74% | - |
| XYZ | 26.56 | 13.02 | 48.69 | - |
| YUV | 84.9 | 186.19 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 188 | 0.08 | 0.89 | 0 | 0.26 | 294.64 | 0.81 | 0.41 |
| Hex | AD | 14 | BC | 8 | 59 | 0 | 1A | 127 | 51 | 29 |
| Octal | 255 | 24 | 274 | 10 | 131 | 0 | 32 | 447 | 121 | 51 |
| Binary | 10101101 | 10100 | 10111100 | 1000 | 1011001 | 0 | 11010 | 100100111 | 1010001 | 101001 |
Color Harmonies of #AD14BC
Complementary color
Monochromatic Colors of #AD14BC
Black with #AD14BC
Text Example
Text Example
White with #AD14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14BC; }
p { color: rgb(173,20,188); }
H1.HeaderClassName
{
color: #AD14BC;
}
.AnyTagClassName
{
color: #AD14BC;
}
</style>
background-color css
<style>
a { background-color: #AD14BC; }
a { background-color: rgb(173,20,188); }
div.DivClassName
{
background-color: #AD14BC;
}
.BgClassName
{
background-color: #AD14BC;
}
</style>
border-color css
<style>
span { border-color: #AD14BC; }
span { border-color: rgb(173,20,188); }
td.TdClassName
{
border-color: #AD14BC;
}
.TagClassName
{
border-color: #AD14BC;
}
</style>