Shades of Deep Magenta #AF01C3
Tints of Deep Magenta #AF01C3
RGB
CMYK
RGB Variations
Color information
#AF01C3 (or 0xAF01C3) is known color: Deep Magenta. HEX triplet: AF, 01 and C3. RGB value is (175,1,195). Sum of RGB (Red+Green+Blue) = 175+1+195=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF01C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01C3 is #50FE3C. Grayscale: #4A4A4A. Windows color (decimal): -5307965 or 12779951. OLE color: 12779951.
HSL color Cylindrical-coordinate representation of color #AF01C3: hue angle of 293.81º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF01C3 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 1 | 195 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.24 |
| HSL | 293.81º | 0.99% | 0.38% | - |
| HSV(B) | 293.81º | 0.99% | 0.76% | - |
| XYZ | 27.54 | 13.08 | 52.7 | - |
| YUV | 75.14 | 195.65 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 195 | 0.10 | 0.99 | 0 | 0.24 | 293.81 | 0.99 | 0.38 |
| Hex | AF | 1 | C3 | A | 63 | 0 | 18 | 126 | 63 | 26 |
| Octal | 257 | 1 | 303 | 12 | 143 | 0 | 30 | 446 | 143 | 46 |
| Binary | 10101111 | 1 | 11000011 | 1010 | 1100011 | 0 | 11000 | 100100110 | 1100011 | 100110 |
Color Harmonies of #AF01C3
Complementary color
Monochromatic Colors of #AF01C3
Black with #AF01C3
Text Example
Text Example
White with #AF01C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01C3; }
p { color: rgb(175,1,195); }
H1.HeaderClassName
{
color: #AF01C3;
}
.AnyTagClassName
{
color: #AF01C3;
}
</style>
background-color css
<style>
a { background-color: #AF01C3; }
a { background-color: rgb(175,1,195); }
div.DivClassName
{
background-color: #AF01C3;
}
.BgClassName
{
background-color: #AF01C3;
}
</style>
border-color css
<style>
span { border-color: #AF01C3; }
span { border-color: rgb(175,1,195); }
td.TdClassName
{
border-color: #AF01C3;
}
.TagClassName
{
border-color: #AF01C3;
}
</style>