Shades of Deep Magenta #AF15BC
Tints of Deep Magenta #AF15BC
RGB
CMYK
RGB Variations
Color information
#AF15BC (or 0xAF15BC) is known color: Deep Magenta. HEX triplet: AF, 15 and BC. RGB value is (175,21,188). Sum of RGB (Red+Green+Blue) = 175+21+188=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF15BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15BC is #50EA43. Grayscale: #555555. Windows color (decimal): -5302852 or 12326319. OLE color: 12326319.
HSL color Cylindrical-coordinate representation of color #AF15BC: hue angle of 295.33º degrees, saturation: 0.8, 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 #AF15BC is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 21 | 188 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.26 |
| HSL | 295.33º | 0.8% | 0.41% | - |
| HSV(B) | 295.33º | 0.89% | 0.74% | - |
| XYZ | 27.02 | 13.28 | 48.72 | - |
| YUV | 86.08 | 185.52 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 188 | 0.07 | 0.89 | 0 | 0.26 | 295.33 | 0.8 | 0.41 |
| Hex | AF | 15 | BC | 7 | 59 | 0 | 1A | 127 | 50 | 29 |
| Octal | 257 | 25 | 274 | 7 | 131 | 0 | 32 | 447 | 120 | 51 |
| Binary | 10101111 | 10101 | 10111100 | 111 | 1011001 | 0 | 11010 | 100100111 | 1010000 | 101001 |
Color Harmonies of #AF15BC
Complementary color
Monochromatic Colors of #AF15BC
Black with #AF15BC
Text Example
Text Example
White with #AF15BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF15BC; }
p { color: rgb(175,21,188); }
H1.HeaderClassName
{
color: #AF15BC;
}
.AnyTagClassName
{
color: #AF15BC;
}
</style>
background-color css
<style>
a { background-color: #AF15BC; }
a { background-color: rgb(175,21,188); }
div.DivClassName
{
background-color: #AF15BC;
}
.BgClassName
{
background-color: #AF15BC;
}
</style>
border-color css
<style>
span { border-color: #AF15BC; }
span { border-color: rgb(175,21,188); }
td.TdClassName
{
border-color: #AF15BC;
}
.TagClassName
{
border-color: #AF15BC;
}
</style>