Shades of Deep Magenta #AF0CAC
Tints of Deep Magenta #AF0CAC
RGB
CMYK
RGB Variations
Color information
#AF0CAC (or 0xAF0CAC) is known color: Deep Magenta. HEX triplet: AF, 0C and AC. RGB value is (175,12,172). Sum of RGB (Red+Green+Blue) = 175+12+172=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0CAC is #50F353. Grayscale: #4E4E4E. Windows color (decimal): -5305172 or 11275439. OLE color: 11275439.
HSL color Cylindrical-coordinate representation of color #AF0CAC: hue angle of 301.1º 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 #AF0CAC is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 172 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.31 |
| HSL | 301.1º | 0.87% | 0.37% | - |
| HSV(B) | 301.1º | 0.93% | 0.69% | - |
| XYZ | 25.26 | 12.36 | 40.08 | - |
| YUV | 78.98 | 180.5 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 172 | 0 | 0.93 | 0.02 | 0.31 | 301.1 | 0.87 | 0.37 |
| Hex | AF | C | AC | 0 | 5D | 2 | 1F | 12D | 57 | 25 |
| Octal | 257 | 14 | 254 | 0 | 135 | 2 | 37 | 455 | 127 | 45 |
| Binary | 10101111 | 1100 | 10101100 | 0 | 1011101 | 10 | 11111 | 100101101 | 1010111 | 100101 |
Color Harmonies of #AF0CAC
Complementary color
Monochromatic Colors of #AF0CAC
Black with #AF0CAC
Text Example
Text Example
White with #AF0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CAC; }
p { color: rgb(175,12,172); }
H1.HeaderClassName
{
color: #AF0CAC;
}
.AnyTagClassName
{
color: #AF0CAC;
}
</style>
background-color css
<style>
a { background-color: #AF0CAC; }
a { background-color: rgb(175,12,172); }
div.DivClassName
{
background-color: #AF0CAC;
}
.BgClassName
{
background-color: #AF0CAC;
}
</style>
border-color css
<style>
span { border-color: #AF0CAC; }
span { border-color: rgb(175,12,172); }
td.TdClassName
{
border-color: #AF0CAC;
}
.TagClassName
{
border-color: #AF0CAC;
}
</style>