Shades of Deep Magenta #AF14BC
Tints of Deep Magenta #AF14BC
RGB
CMYK
RGB Variations
Color information
#AF14BC (or 0xAF14BC) is known color: Deep Magenta. HEX triplet: AF, 14 and BC. RGB value is (175,20,188). Sum of RGB (Red+Green+Blue) = 175+20+188=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF14BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14BC is #50EB43. Grayscale: #545454. Windows color (decimal): -5303108 or 12326063. OLE color: 12326063.
HSL color Cylindrical-coordinate representation of color #AF14BC: hue angle of 295.36º 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 #AF14BC is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 20 | 188 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.26 |
| HSL | 295.36º | 0.81% | 0.41% | - |
| HSV(B) | 295.36º | 0.89% | 0.74% | - |
| XYZ | 27.01 | 13.25 | 48.71 | - |
| YUV | 85.5 | 185.85 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 188 | 0.07 | 0.89 | 0 | 0.26 | 295.36 | 0.81 | 0.41 |
| Hex | AF | 14 | BC | 7 | 59 | 0 | 1A | 127 | 51 | 29 |
| Octal | 257 | 24 | 274 | 7 | 131 | 0 | 32 | 447 | 121 | 51 |
| Binary | 10101111 | 10100 | 10111100 | 111 | 1011001 | 0 | 11010 | 100100111 | 1010001 | 101001 |
Color Harmonies of #AF14BC
Complementary color
Monochromatic Colors of #AF14BC
Black with #AF14BC
Text Example
Text Example
White with #AF14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14BC; }
p { color: rgb(175,20,188); }
H1.HeaderClassName
{
color: #AF14BC;
}
.AnyTagClassName
{
color: #AF14BC;
}
</style>
background-color css
<style>
a { background-color: #AF14BC; }
a { background-color: rgb(175,20,188); }
div.DivClassName
{
background-color: #AF14BC;
}
.BgClassName
{
background-color: #AF14BC;
}
</style>
border-color css
<style>
span { border-color: #AF14BC; }
span { border-color: rgb(175,20,188); }
td.TdClassName
{
border-color: #AF14BC;
}
.TagClassName
{
border-color: #AF14BC;
}
</style>