Shades of Deep Magenta #AF01C1
Tints of Deep Magenta #AF01C1
RGB
CMYK
RGB Variations
Color information
#AF01C1 (or 0xAF01C1) is known color: Deep Magenta. HEX triplet: AF, 01 and C1. RGB value is (175,1,193). Sum of RGB (Red+Green+Blue) = 175+1+193=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF01C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01C1 is #50FE3E. Grayscale: #4A4A4A. Windows color (decimal): -5307967 or 12648879. OLE color: 12648879.
HSL color Cylindrical-coordinate representation of color #AF01C1: hue angle of 294.38º 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 #AF01C1 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 1 | 193 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.24 |
| HSL | 294.38º | 0.99% | 0.38% | - |
| HSV(B) | 294.38º | 0.99% | 0.76% | - |
| XYZ | 27.32 | 12.99 | 51.52 | - |
| YUV | 74.91 | 194.65 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 193 | 0.09 | 0.99 | 0 | 0.24 | 294.38 | 0.99 | 0.38 |
| Hex | AF | 1 | C1 | 9 | 63 | 0 | 18 | 126 | 63 | 26 |
| Octal | 257 | 1 | 301 | 11 | 143 | 0 | 30 | 446 | 143 | 46 |
| Binary | 10101111 | 1 | 11000001 | 1001 | 1100011 | 0 | 11000 | 100100110 | 1100011 | 100110 |
Color Harmonies of #AF01C1
Complementary color
Monochromatic Colors of #AF01C1
Black with #AF01C1
Text Example
Text Example
White with #AF01C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01C1; }
p { color: rgb(175,1,193); }
H1.HeaderClassName
{
color: #AF01C1;
}
.AnyTagClassName
{
color: #AF01C1;
}
</style>
background-color css
<style>
a { background-color: #AF01C1; }
a { background-color: rgb(175,1,193); }
div.DivClassName
{
background-color: #AF01C1;
}
.BgClassName
{
background-color: #AF01C1;
}
</style>
border-color css
<style>
span { border-color: #AF01C1; }
span { border-color: rgb(175,1,193); }
td.TdClassName
{
border-color: #AF01C1;
}
.TagClassName
{
border-color: #AF01C1;
}
</style>