Shades of Deep Magenta #AF01BE
Tints of Deep Magenta #AF01BE
RGB
CMYK
RGB Variations
Color information
#AF01BE (or 0xAF01BE) is known color: Deep Magenta. HEX triplet: AF, 01 and BE. RGB value is (175,1,190). Sum of RGB (Red+Green+Blue) = 175+1+190=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF01BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01BE is #50FE41. Grayscale: #494949. Windows color (decimal): -5307970 or 12452271. OLE color: 12452271.
HSL color Cylindrical-coordinate representation of color #AF01BE: hue angle of 295.24º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF01BE is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 1 | 190 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.25 |
| HSL | 295.24º | 0.99% | 0.37% | - |
| HSV(B) | 295.24º | 0.99% | 0.75% | - |
| XYZ | 26.98 | 12.85 | 49.77 | - |
| YUV | 74.57 | 193.15 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 190 | 0.08 | 0.99 | 0 | 0.25 | 295.24 | 0.99 | 0.37 |
| Hex | AF | 1 | BE | 8 | 63 | 0 | 19 | 127 | 63 | 25 |
| Octal | 257 | 1 | 276 | 10 | 143 | 0 | 31 | 447 | 143 | 45 |
| Binary | 10101111 | 1 | 10111110 | 1000 | 1100011 | 0 | 11001 | 100100111 | 1100011 | 100101 |
Color Harmonies of #AF01BE
Complementary color
Monochromatic Colors of #AF01BE
Black with #AF01BE
Text Example
Text Example
White with #AF01BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01BE; }
p { color: rgb(175,1,190); }
H1.HeaderClassName
{
color: #AF01BE;
}
.AnyTagClassName
{
color: #AF01BE;
}
</style>
background-color css
<style>
a { background-color: #AF01BE; }
a { background-color: rgb(175,1,190); }
div.DivClassName
{
background-color: #AF01BE;
}
.BgClassName
{
background-color: #AF01BE;
}
</style>
border-color css
<style>
span { border-color: #AF01BE; }
span { border-color: rgb(175,1,190); }
td.TdClassName
{
border-color: #AF01BE;
}
.TagClassName
{
border-color: #AF01BE;
}
</style>