Shades of Deep Magenta #AF05C4
Tints of Deep Magenta #AF05C4
RGB
CMYK
RGB Variations
Color information
#AF05C4 (or 0xAF05C4) is known color: Deep Magenta. HEX triplet: AF, 05 and C4. RGB value is (175,5,196). Sum of RGB (Red+Green+Blue) = 175+5+196=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF05C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05C4 is #50FA3B. Grayscale: #4D4D4D. Windows color (decimal): -5306940 or 12846511. OLE color: 12846511.
HSL color Cylindrical-coordinate representation of color #AF05C4: hue angle of 293.4º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF05C4 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 5 | 196 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.23 |
| HSL | 293.4º | 0.95% | 0.39% | - |
| HSV(B) | 293.4º | 0.97% | 0.77% | - |
| XYZ | 27.7 | 13.21 | 53.31 | - |
| YUV | 77.6 | 194.82 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 196 | 0.11 | 0.97 | 0 | 0.23 | 293.4 | 0.95 | 0.39 |
| Hex | AF | 5 | C4 | B | 61 | 0 | 17 | 125 | 5F | 27 |
| Octal | 257 | 5 | 304 | 13 | 141 | 0 | 27 | 445 | 137 | 47 |
| Binary | 10101111 | 101 | 11000100 | 1011 | 1100001 | 0 | 10111 | 100100101 | 1011111 | 100111 |
Color Harmonies of #AF05C4
Complementary color
Monochromatic Colors of #AF05C4
Black with #AF05C4
Text Example
Text Example
White with #AF05C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF05C4; }
p { color: rgb(175,5,196); }
H1.HeaderClassName
{
color: #AF05C4;
}
.AnyTagClassName
{
color: #AF05C4;
}
</style>
background-color css
<style>
a { background-color: #AF05C4; }
a { background-color: rgb(175,5,196); }
div.DivClassName
{
background-color: #AF05C4;
}
.BgClassName
{
background-color: #AF05C4;
}
</style>
border-color css
<style>
span { border-color: #AF05C4; }
span { border-color: rgb(175,5,196); }
td.TdClassName
{
border-color: #AF05C4;
}
.TagClassName
{
border-color: #AF05C4;
}
</style>