Shades of Deep Magenta #AF0CAF
Tints of Deep Magenta #AF0CAF
RGB
CMYK
RGB Variations
Color information
#AF0CAF (or 0xAF0CAF) is known color: Deep Magenta. HEX triplet: AF, 0C and AF. RGB value is (175,12,175). Sum of RGB (Red+Green+Blue) = 175+12+175=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF0CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0CAF is #50F350. Grayscale: #4E4E4E. Windows color (decimal): -5305169 or 11472047. OLE color: 11472047.
HSL color Cylindrical-coordinate representation of color #AF0CAF: hue angle of 300º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0CAF is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 175 | - |
| CMYK | 0 | 0.93 | 0 | 0.31 |
| HSL | 300º | 0.87% | 0.37% | - |
| HSV(B) | 300º | 0.93% | 0.69% | - |
| XYZ | 25.55 | 12.47 | 41.62 | - |
| YUV | 79.32 | 182 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 175 | 0 | 0.93 | 0 | 0.31 | 300 | 0.87 | 0.37 |
| Hex | AF | C | AF | 0 | 5D | 0 | 1F | 12C | 57 | 25 |
| Octal | 257 | 14 | 257 | 0 | 135 | 0 | 37 | 454 | 127 | 45 |
| Binary | 10101111 | 1100 | 10101111 | 0 | 1011101 | 0 | 11111 | 100101100 | 1010111 | 100101 |
Color Harmonies of #AF0CAF
Complementary color
Monochromatic Colors of #AF0CAF
Black with #AF0CAF
Text Example
Text Example
White with #AF0CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CAF; }
p { color: rgb(175,12,175); }
H1.HeaderClassName
{
color: #AF0CAF;
}
.AnyTagClassName
{
color: #AF0CAF;
}
</style>
background-color css
<style>
a { background-color: #AF0CAF; }
a { background-color: rgb(175,12,175); }
div.DivClassName
{
background-color: #AF0CAF;
}
.BgClassName
{
background-color: #AF0CAF;
}
</style>
border-color css
<style>
span { border-color: #AF0CAF; }
span { border-color: rgb(175,12,175); }
td.TdClassName
{
border-color: #AF0CAF;
}
.TagClassName
{
border-color: #AF0CAF;
}
</style>