Shades of Deep Magenta #AF0FBC
Tints of Deep Magenta #AF0FBC
RGB
CMYK
RGB Variations
Color information
#AF0FBC (or 0xAF0FBC) is known color: Deep Magenta. HEX triplet: AF, 0F and BC. RGB value is (175,15,188). Sum of RGB (Red+Green+Blue) = 175+15+188=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF0FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FBC is #50F043. Grayscale: #525252. Windows color (decimal): -5304388 or 12324783. OLE color: 12324783.
HSL color Cylindrical-coordinate representation of color #AF0FBC: hue angle of 295.49º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0FBC is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 15 | 188 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.26 |
| HSL | 295.49º | 0.85% | 0.4% | - |
| HSV(B) | 295.49º | 0.92% | 0.74% | - |
| XYZ | 26.93 | 13.09 | 48.68 | - |
| YUV | 82.56 | 187.51 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 188 | 0.07 | 0.92 | 0 | 0.26 | 295.49 | 0.85 | 0.4 |
| Hex | AF | F | BC | 7 | 5C | 0 | 1A | 127 | 55 | 28 |
| Octal | 257 | 17 | 274 | 7 | 134 | 0 | 32 | 447 | 125 | 50 |
| Binary | 10101111 | 1111 | 10111100 | 111 | 1011100 | 0 | 11010 | 100100111 | 1010101 | 101000 |
Color Harmonies of #AF0FBC
Complementary color
Monochromatic Colors of #AF0FBC
Black with #AF0FBC
Text Example
Text Example
White with #AF0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FBC; }
p { color: rgb(175,15,188); }
H1.HeaderClassName
{
color: #AF0FBC;
}
.AnyTagClassName
{
color: #AF0FBC;
}
</style>
background-color css
<style>
a { background-color: #AF0FBC; }
a { background-color: rgb(175,15,188); }
div.DivClassName
{
background-color: #AF0FBC;
}
.BgClassName
{
background-color: #AF0FBC;
}
</style>
border-color css
<style>
span { border-color: #AF0FBC; }
span { border-color: rgb(175,15,188); }
td.TdClassName
{
border-color: #AF0FBC;
}
.TagClassName
{
border-color: #AF0FBC;
}
</style>