Shades of Deep Magenta #C422AF
Tints of Deep Magenta #C422AF
RGB
CMYK
RGB Variations
Color information
#C422AF (or 0xC422AF) is known color: Deep Magenta. HEX triplet: C4, 22 and AF. RGB value is (196,34,175). Sum of RGB (Red+Green+Blue) = 196+34+175=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C422AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C422AF is #3BDD50. Grayscale: #626262. Windows color (decimal): -3923281 or 11477700. OLE color: 11477700.
HSL color Cylindrical-coordinate representation of color #C422AF: hue angle of 307.78º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C422AF is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 175 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.23 |
| HSL | 307.78º | 0.7% | 0.45% | - |
| HSV(B) | 307.78º | 0.83% | 0.77% | - |
| XYZ | 31.07 | 15.97 | 42 | - |
| YUV | 98.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 175 | 0 | 0.83 | 0.11 | 0.23 | 307.78 | 0.7 | 0.45 |
| Hex | C4 | 22 | AF | 0 | 53 | B | 17 | 134 | 46 | 2D |
| Octal | 304 | 42 | 257 | 0 | 123 | 13 | 27 | 464 | 106 | 55 |
| Binary | 11000100 | 100010 | 10101111 | 0 | 1010011 | 1011 | 10111 | 100110100 | 1000110 | 101101 |
Color Harmonies of #C422AF
Complementary color
Monochromatic Colors of #C422AF
Black with #C422AF
Text Example
Text Example
White with #C422AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C422AF; }
p { color: rgb(196,34,175); }
H1.HeaderClassName
{
color: #C422AF;
}
.AnyTagClassName
{
color: #C422AF;
}
</style>
background-color css
<style>
a { background-color: #C422AF; }
a { background-color: rgb(196,34,175); }
div.DivClassName
{
background-color: #C422AF;
}
.BgClassName
{
background-color: #C422AF;
}
</style>
border-color css
<style>
span { border-color: #C422AF; }
span { border-color: rgb(196,34,175); }
td.TdClassName
{
border-color: #C422AF;
}
.TagClassName
{
border-color: #C422AF;
}
</style>