Shades of Deep Magenta #AF11C4
Tints of Deep Magenta #AF11C4
RGB
CMYK
RGB Variations
Color information
#AF11C4 (or 0xAF11C4) is known color: Deep Magenta. HEX triplet: AF, 11 and C4. RGB value is (175,17,196). Sum of RGB (Red+Green+Blue) = 175+17+196=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF11C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11C4 is #50EE3B. Grayscale: #545454. Windows color (decimal): -5303868 or 12849583. OLE color: 12849583.
HSL color Cylindrical-coordinate representation of color #AF11C4: hue angle of 292.96º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF11C4 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 17 | 196 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.23 |
| HSL | 292.96º | 0.84% | 0.42% | - |
| HSV(B) | 292.96º | 0.91% | 0.77% | - |
| XYZ | 27.84 | 13.5 | 53.36 | - |
| YUV | 84.65 | 190.85 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 196 | 0.11 | 0.91 | 0 | 0.23 | 292.96 | 0.84 | 0.42 |
| Hex | AF | 11 | C4 | B | 5B | 0 | 17 | 125 | 54 | 2A |
| Octal | 257 | 21 | 304 | 13 | 133 | 0 | 27 | 445 | 124 | 52 |
| Binary | 10101111 | 10001 | 11000100 | 1011 | 1011011 | 0 | 10111 | 100100101 | 1010100 | 101010 |
Color Harmonies of #AF11C4
Complementary color
Monochromatic Colors of #AF11C4
Black with #AF11C4
Text Example
Text Example
White with #AF11C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11C4; }
p { color: rgb(175,17,196); }
H1.HeaderClassName
{
color: #AF11C4;
}
.AnyTagClassName
{
color: #AF11C4;
}
</style>
background-color css
<style>
a { background-color: #AF11C4; }
a { background-color: rgb(175,17,196); }
div.DivClassName
{
background-color: #AF11C4;
}
.BgClassName
{
background-color: #AF11C4;
}
</style>
border-color css
<style>
span { border-color: #AF11C4; }
span { border-color: rgb(175,17,196); }
td.TdClassName
{
border-color: #AF11C4;
}
.TagClassName
{
border-color: #AF11C4;
}
</style>