Shades of Deep Magenta #AF0CC4
Tints of Deep Magenta #AF0CC4
RGB
CMYK
RGB Variations
Color information
#AF0CC4 (or 0xAF0CC4) is known color: Deep Magenta. HEX triplet: AF, 0C and C4. RGB value is (175,12,196). Sum of RGB (Red+Green+Blue) = 175+12+196=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF0CC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CC4 is #50F33B. Grayscale: #515151. Windows color (decimal): -5305148 or 12848303. OLE color: 12848303.
HSL color Cylindrical-coordinate representation of color #AF0CC4: hue angle of 293.15º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0CC4 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 12 | 196 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.23 |
| HSL | 293.15º | 0.88% | 0.41% | - |
| HSV(B) | 293.15º | 0.94% | 0.77% | - |
| XYZ | 27.77 | 13.36 | 53.34 | - |
| YUV | 81.71 | 192.5 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 196 | 0.11 | 0.94 | 0 | 0.23 | 293.15 | 0.88 | 0.41 |
| Hex | AF | C | C4 | B | 5E | 0 | 17 | 125 | 58 | 29 |
| Octal | 257 | 14 | 304 | 13 | 136 | 0 | 27 | 445 | 130 | 51 |
| Binary | 10101111 | 1100 | 11000100 | 1011 | 1011110 | 0 | 10111 | 100100101 | 1011000 | 101001 |
Color Harmonies of #AF0CC4
Complementary color
Monochromatic Colors of #AF0CC4
Black with #AF0CC4
Text Example
Text Example
White with #AF0CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CC4; }
p { color: rgb(175,12,196); }
H1.HeaderClassName
{
color: #AF0CC4;
}
.AnyTagClassName
{
color: #AF0CC4;
}
</style>
background-color css
<style>
a { background-color: #AF0CC4; }
a { background-color: rgb(175,12,196); }
div.DivClassName
{
background-color: #AF0CC4;
}
.BgClassName
{
background-color: #AF0CC4;
}
</style>
border-color css
<style>
span { border-color: #AF0CC4; }
span { border-color: rgb(175,12,196); }
td.TdClassName
{
border-color: #AF0CC4;
}
.TagClassName
{
border-color: #AF0CC4;
}
</style>