Shades of Deep Magenta #AF0FC9
Tints of Deep Magenta #AF0FC9
RGB
CMYK
RGB Variations
Color information
#AF0FC9 (or 0xAF0FC9) is known color: Deep Magenta. HEX triplet: AF, 0F and C9. RGB value is (175,15,201). Sum of RGB (Red+Green+Blue) = 175+15+201=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF0FC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FC9 is #50F036. Grayscale: #535353. Windows color (decimal): -5304375 or 13176751. OLE color: 13176751.
HSL color Cylindrical-coordinate representation of color #AF0FC9: hue angle of 291.61º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0FC9 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 15 | 201 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.21 |
| HSL | 291.61º | 0.86% | 0.42% | - |
| HSV(B) | 291.61º | 0.93% | 0.79% | - |
| XYZ | 28.39 | 13.67 | 56.4 | - |
| YUV | 84.04 | 194.01 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 201 | 0.13 | 0.93 | 0 | 0.21 | 291.61 | 0.86 | 0.42 |
| Hex | AF | F | C9 | D | 5D | 0 | 15 | 124 | 56 | 2A |
| Octal | 257 | 17 | 311 | 15 | 135 | 0 | 25 | 444 | 126 | 52 |
| Binary | 10101111 | 1111 | 11001001 | 1101 | 1011101 | 0 | 10101 | 100100100 | 1010110 | 101010 |
Color Harmonies of #AF0FC9
Complementary color
Monochromatic Colors of #AF0FC9
Black with #AF0FC9
Text Example
Text Example
White with #AF0FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FC9; }
p { color: rgb(175,15,201); }
H1.HeaderClassName
{
color: #AF0FC9;
}
.AnyTagClassName
{
color: #AF0FC9;
}
</style>
background-color css
<style>
a { background-color: #AF0FC9; }
a { background-color: rgb(175,15,201); }
div.DivClassName
{
background-color: #AF0FC9;
}
.BgClassName
{
background-color: #AF0FC9;
}
</style>
border-color css
<style>
span { border-color: #AF0FC9; }
span { border-color: rgb(175,15,201); }
td.TdClassName
{
border-color: #AF0FC9;
}
.TagClassName
{
border-color: #AF0FC9;
}
</style>