Shades of Deep Magenta #AF14BD
Tints of Deep Magenta #AF14BD
RGB
CMYK
RGB Variations
Color information
#AF14BD (or 0xAF14BD) is known color: Deep Magenta. HEX triplet: AF, 14 and BD. RGB value is (175,20,189). Sum of RGB (Red+Green+Blue) = 175+20+189=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF14BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14BD is #50EB42. Grayscale: #555555. Windows color (decimal): -5303107 or 12391599. OLE color: 12391599.
HSL color Cylindrical-coordinate representation of color #AF14BD: hue angle of 295.03º 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 #AF14BD is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 20 | 189 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.26 |
| HSL | 295.03º | 0.81% | 0.41% | - |
| HSV(B) | 295.03º | 0.89% | 0.74% | - |
| XYZ | 27.11 | 13.29 | 49.28 | - |
| YUV | 85.61 | 186.35 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 189 | 0.07 | 0.89 | 0 | 0.26 | 295.03 | 0.81 | 0.41 |
| Hex | AF | 14 | BD | 7 | 59 | 0 | 1A | 127 | 51 | 29 |
| Octal | 257 | 24 | 275 | 7 | 131 | 0 | 32 | 447 | 121 | 51 |
| Binary | 10101111 | 10100 | 10111101 | 111 | 1011001 | 0 | 11010 | 100100111 | 1010001 | 101001 |
Color Harmonies of #AF14BD
Complementary color
Monochromatic Colors of #AF14BD
Black with #AF14BD
Text Example
Text Example
White with #AF14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14BD; }
p { color: rgb(175,20,189); }
H1.HeaderClassName
{
color: #AF14BD;
}
.AnyTagClassName
{
color: #AF14BD;
}
</style>
background-color css
<style>
a { background-color: #AF14BD; }
a { background-color: rgb(175,20,189); }
div.DivClassName
{
background-color: #AF14BD;
}
.BgClassName
{
background-color: #AF14BD;
}
</style>
border-color css
<style>
span { border-color: #AF14BD; }
span { border-color: rgb(175,20,189); }
td.TdClassName
{
border-color: #AF14BD;
}
.TagClassName
{
border-color: #AF14BD;
}
</style>