Shades of Deep Magenta #C022AF
Tints of Deep Magenta #C022AF
RGB
CMYK
RGB Variations
Color information
#C022AF (or 0xC022AF) is known color: Deep Magenta. HEX triplet: C0, 22 and AF. RGB value is (192,34,175). Sum of RGB (Red+Green+Blue) = 192+34+175=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C022AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C022AF is #3FDD50. Grayscale: #606060. Windows color (decimal): -4185425 or 11477696. OLE color: 11477696.
HSL color Cylindrical-coordinate representation of color #C022AF: hue angle of 306.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C022AF is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 175 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.25 |
| HSL | 306.46º | 0.7% | 0.44% | - |
| HSV(B) | 306.46º | 0.82% | 0.75% | - |
| XYZ | 30.05 | 15.45 | 41.96 | - |
| YUV | 97.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 175 | 0 | 0.82 | 0.09 | 0.25 | 306.46 | 0.7 | 0.44 |
| Hex | C0 | 22 | AF | 0 | 52 | 9 | 19 | 132 | 46 | 2C |
| Octal | 300 | 42 | 257 | 0 | 122 | 11 | 31 | 462 | 106 | 54 |
| Binary | 11000000 | 100010 | 10101111 | 0 | 1010010 | 1001 | 11001 | 100110010 | 1000110 | 101100 |
Color Harmonies of #C022AF
Complementary color
Monochromatic Colors of #C022AF
Black with #C022AF
Text Example
Text Example
White with #C022AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022AF; }
p { color: rgb(192,34,175); }
H1.HeaderClassName
{
color: #C022AF;
}
.AnyTagClassName
{
color: #C022AF;
}
</style>
background-color css
<style>
a { background-color: #C022AF; }
a { background-color: rgb(192,34,175); }
div.DivClassName
{
background-color: #C022AF;
}
.BgClassName
{
background-color: #C022AF;
}
</style>
border-color css
<style>
span { border-color: #C022AF; }
span { border-color: rgb(192,34,175); }
td.TdClassName
{
border-color: #C022AF;
}
.TagClassName
{
border-color: #C022AF;
}
</style>