Shades of Deep Magenta #AF01C2
Tints of Deep Magenta #AF01C2
RGB
CMYK
RGB Variations
Color information
#AF01C2 (or 0xAF01C2) is known color: Deep Magenta. HEX triplet: AF, 01 and C2. RGB value is (175,1,194). Sum of RGB (Red+Green+Blue) = 175+1+194=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 194 (76.17% from 255 or 52.43% from 370); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF01C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01C2 is #50FE3D. Grayscale: #4A4A4A. Windows color (decimal): -5307966 or 12714415. OLE color: 12714415.
HSL color Cylindrical-coordinate representation of color #AF01C2: hue angle of 294.09º 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 #AF01C2 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 1 | 194 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.24 |
| HSL | 294.09º | 0.99% | 0.38% | - |
| HSV(B) | 294.09º | 0.99% | 0.76% | - |
| XYZ | 27.43 | 13.03 | 52.11 | - |
| YUV | 75.03 | 195.15 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 194 | 0.10 | 0.99 | 0 | 0.24 | 294.09 | 0.99 | 0.38 |
| Hex | AF | 1 | C2 | A | 63 | 0 | 18 | 126 | 63 | 26 |
| Octal | 257 | 1 | 302 | 12 | 143 | 0 | 30 | 446 | 143 | 46 |
| Binary | 10101111 | 1 | 11000010 | 1010 | 1100011 | 0 | 11000 | 100100110 | 1100011 | 100110 |
Color Harmonies of #AF01C2
Complementary color
Monochromatic Colors of #AF01C2
Black with #AF01C2
Text Example
Text Example
White with #AF01C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01C2; }
p { color: rgb(175,1,194); }
H1.HeaderClassName
{
color: #AF01C2;
}
.AnyTagClassName
{
color: #AF01C2;
}
</style>
background-color css
<style>
a { background-color: #AF01C2; }
a { background-color: rgb(175,1,194); }
div.DivClassName
{
background-color: #AF01C2;
}
.BgClassName
{
background-color: #AF01C2;
}
</style>
border-color css
<style>
span { border-color: #AF01C2; }
span { border-color: rgb(175,1,194); }
td.TdClassName
{
border-color: #AF01C2;
}
.TagClassName
{
border-color: #AF01C2;
}
</style>