Shades of Deep Magenta #AF06C6
Tints of Deep Magenta #AF06C6
RGB
CMYK
RGB Variations
Color information
#AF06C6 (or 0xAF06C6) is known color: Deep Magenta. HEX triplet: AF, 06 and C6. RGB value is (175,6,198). Sum of RGB (Red+Green+Blue) = 175+6+198=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF06C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF06C6 is #50F939. Grayscale: #4D4D4D. Windows color (decimal): -5306682 or 12977839. OLE color: 12977839.
HSL color Cylindrical-coordinate representation of color #AF06C6: hue angle of 292.81º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF06C6 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 6 | 198 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.22 |
| HSL | 292.81º | 0.94% | 0.4% | - |
| HSV(B) | 292.81º | 0.97% | 0.78% | - |
| XYZ | 27.94 | 13.32 | 54.52 | - |
| YUV | 78.42 | 195.49 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 198 | 0.12 | 0.97 | 0 | 0.22 | 292.81 | 0.94 | 0.4 |
| Hex | AF | 6 | C6 | C | 61 | 0 | 16 | 125 | 5E | 28 |
| Octal | 257 | 6 | 306 | 14 | 141 | 0 | 26 | 445 | 136 | 50 |
| Binary | 10101111 | 110 | 11000110 | 1100 | 1100001 | 0 | 10110 | 100100101 | 1011110 | 101000 |
Color Harmonies of #AF06C6
Complementary color
Monochromatic Colors of #AF06C6
Black with #AF06C6
Text Example
Text Example
White with #AF06C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF06C6; }
p { color: rgb(175,6,198); }
H1.HeaderClassName
{
color: #AF06C6;
}
.AnyTagClassName
{
color: #AF06C6;
}
</style>
background-color css
<style>
a { background-color: #AF06C6; }
a { background-color: rgb(175,6,198); }
div.DivClassName
{
background-color: #AF06C6;
}
.BgClassName
{
background-color: #AF06C6;
}
</style>
border-color css
<style>
span { border-color: #AF06C6; }
span { border-color: rgb(175,6,198); }
td.TdClassName
{
border-color: #AF06C6;
}
.TagClassName
{
border-color: #AF06C6;
}
</style>