Shades of Deep Magenta #AC14BD
Tints of Deep Magenta #AC14BD
RGB
CMYK
RGB Variations
Color information
#AC14BD (or 0xAC14BD) is known color: Deep Magenta. HEX triplet: AC, 14 and BD. RGB value is (172,20,189). Sum of RGB (Red+Green+Blue) = 172+20+189=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC14BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14BD is #53EB42. Grayscale: #545454. Windows color (decimal): -5499715 or 12391596. OLE color: 12391596.
HSL color Cylindrical-coordinate representation of color #AC14BD: hue angle of 293.96º 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 #AC14BD is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 20 | 189 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.26 |
| HSL | 293.96º | 0.81% | 0.41% | - |
| HSV(B) | 293.96º | 0.89% | 0.74% | - |
| XYZ | 26.45 | 12.95 | 49.25 | - |
| YUV | 84.71 | 186.86 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 189 | 0.09 | 0.89 | 0 | 0.26 | 293.96 | 0.81 | 0.41 |
| Hex | AC | 14 | BD | 9 | 59 | 0 | 1A | 126 | 51 | 29 |
| Octal | 254 | 24 | 275 | 11 | 131 | 0 | 32 | 446 | 121 | 51 |
| Binary | 10101100 | 10100 | 10111101 | 1001 | 1011001 | 0 | 11010 | 100100110 | 1010001 | 101001 |
Color Harmonies of #AC14BD
Complementary color
Monochromatic Colors of #AC14BD
Black with #AC14BD
Text Example
Text Example
White with #AC14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14BD; }
p { color: rgb(172,20,189); }
H1.HeaderClassName
{
color: #AC14BD;
}
.AnyTagClassName
{
color: #AC14BD;
}
</style>
background-color css
<style>
a { background-color: #AC14BD; }
a { background-color: rgb(172,20,189); }
div.DivClassName
{
background-color: #AC14BD;
}
.BgClassName
{
background-color: #AC14BD;
}
</style>
border-color css
<style>
span { border-color: #AC14BD; }
span { border-color: rgb(172,20,189); }
td.TdClassName
{
border-color: #AC14BD;
}
.TagClassName
{
border-color: #AC14BD;
}
</style>