Shades of Deep Magenta #AC14BC
Tints of Deep Magenta #AC14BC
RGB
CMYK
RGB Variations
Color information
#AC14BC (or 0xAC14BC) is known color: Deep Magenta. HEX triplet: AC, 14 and BC. RGB value is (172,20,188). Sum of RGB (Red+Green+Blue) = 172+20+188=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC14BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC14BC is #53EB43. Grayscale: #545454. Windows color (decimal): -5499716 or 12326060. OLE color: 12326060.
HSL color Cylindrical-coordinate representation of color #AC14BC: hue angle of 294.29º 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 #AC14BC is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 20 | 188 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.26 |
| HSL | 294.29º | 0.81% | 0.41% | - |
| HSV(B) | 294.29º | 0.89% | 0.74% | - |
| XYZ | 26.34 | 12.9 | 48.68 | - |
| YUV | 84.6 | 186.36 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 188 | 0.09 | 0.89 | 0 | 0.26 | 294.29 | 0.81 | 0.41 |
| Hex | AC | 14 | BC | 9 | 59 | 0 | 1A | 126 | 51 | 29 |
| Octal | 254 | 24 | 274 | 11 | 131 | 0 | 32 | 446 | 121 | 51 |
| Binary | 10101100 | 10100 | 10111100 | 1001 | 1011001 | 0 | 11010 | 100100110 | 1010001 | 101001 |
Color Harmonies of #AC14BC
Complementary color
Monochromatic Colors of #AC14BC
Black with #AC14BC
Text Example
Text Example
White with #AC14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14BC; }
p { color: rgb(172,20,188); }
H1.HeaderClassName
{
color: #AC14BC;
}
.AnyTagClassName
{
color: #AC14BC;
}
</style>
background-color css
<style>
a { background-color: #AC14BC; }
a { background-color: rgb(172,20,188); }
div.DivClassName
{
background-color: #AC14BC;
}
.BgClassName
{
background-color: #AC14BC;
}
</style>
border-color css
<style>
span { border-color: #AC14BC; }
span { border-color: rgb(172,20,188); }
td.TdClassName
{
border-color: #AC14BC;
}
.TagClassName
{
border-color: #AC14BC;
}
</style>