Shades of Deep Magenta #AF01BD
Tints of Deep Magenta #AF01BD
RGB
CMYK
RGB Variations
Color information
#AF01BD (or 0xAF01BD) is known color: Deep Magenta. HEX triplet: AF, 01 and BD. RGB value is (175,1,189). Sum of RGB (Red+Green+Blue) = 175+1+189=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF01BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01BD is #50FE42. Grayscale: #494949. Windows color (decimal): -5307971 or 12386735. OLE color: 12386735.
HSL color Cylindrical-coordinate representation of color #AF01BD: hue angle of 295.53º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF01BD is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 1 | 189 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.26 |
| HSL | 295.53º | 0.99% | 0.37% | - |
| HSV(B) | 295.53º | 0.99% | 0.74% | - |
| XYZ | 26.88 | 12.81 | 49.2 | - |
| YUV | 74.46 | 192.65 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 189 | 0.07 | 0.99 | 0 | 0.26 | 295.53 | 0.99 | 0.37 |
| Hex | AF | 1 | BD | 7 | 63 | 0 | 1A | 128 | 63 | 25 |
| Octal | 257 | 1 | 275 | 7 | 143 | 0 | 32 | 450 | 143 | 45 |
| Binary | 10101111 | 1 | 10111101 | 111 | 1100011 | 0 | 11010 | 100101000 | 1100011 | 100101 |
Color Harmonies of #AF01BD
Complementary color
Monochromatic Colors of #AF01BD
Black with #AF01BD
Text Example
Text Example
White with #AF01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01BD; }
p { color: rgb(175,1,189); }
H1.HeaderClassName
{
color: #AF01BD;
}
.AnyTagClassName
{
color: #AF01BD;
}
</style>
background-color css
<style>
a { background-color: #AF01BD; }
a { background-color: rgb(175,1,189); }
div.DivClassName
{
background-color: #AF01BD;
}
.BgClassName
{
background-color: #AF01BD;
}
</style>
border-color css
<style>
span { border-color: #AF01BD; }
span { border-color: rgb(175,1,189); }
td.TdClassName
{
border-color: #AF01BD;
}
.TagClassName
{
border-color: #AF01BD;
}
</style>