Shades of Deep Magenta #AF0FC1
Tints of Deep Magenta #AF0FC1
RGB
CMYK
RGB Variations
Color information
#AF0FC1 (or 0xAF0FC1) is known color: Deep Magenta. HEX triplet: AF, 0F and C1. RGB value is (175,15,193). Sum of RGB (Red+Green+Blue) = 175+15+193=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF0FC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FC1 is #50F03E. Grayscale: #525252. Windows color (decimal): -5304383 or 12652463. OLE color: 12652463.
HSL color Cylindrical-coordinate representation of color #AF0FC1: hue angle of 293.93º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0FC1 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 15 | 193 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.24 |
| HSL | 293.93º | 0.86% | 0.41% | - |
| HSV(B) | 293.93º | 0.92% | 0.76% | - |
| XYZ | 27.48 | 13.31 | 51.57 | - |
| YUV | 83.13 | 190.01 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 193 | 0.09 | 0.92 | 0 | 0.24 | 293.93 | 0.86 | 0.41 |
| Hex | AF | F | C1 | 9 | 5C | 0 | 18 | 126 | 56 | 29 |
| Octal | 257 | 17 | 301 | 11 | 134 | 0 | 30 | 446 | 126 | 51 |
| Binary | 10101111 | 1111 | 11000001 | 1001 | 1011100 | 0 | 11000 | 100100110 | 1010110 | 101001 |
Color Harmonies of #AF0FC1
Complementary color
Monochromatic Colors of #AF0FC1
Black with #AF0FC1
Text Example
Text Example
White with #AF0FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FC1; }
p { color: rgb(175,15,193); }
H1.HeaderClassName
{
color: #AF0FC1;
}
.AnyTagClassName
{
color: #AF0FC1;
}
</style>
background-color css
<style>
a { background-color: #AF0FC1; }
a { background-color: rgb(175,15,193); }
div.DivClassName
{
background-color: #AF0FC1;
}
.BgClassName
{
background-color: #AF0FC1;
}
</style>
border-color css
<style>
span { border-color: #AF0FC1; }
span { border-color: rgb(175,15,193); }
td.TdClassName
{
border-color: #AF0FC1;
}
.TagClassName
{
border-color: #AF0FC1;
}
</style>