Shades of Deep Magenta #C420AF
Tints of Deep Magenta #C420AF
RGB
CMYK
RGB Variations
Color information
#C420AF (or 0xC420AF) is known color: Deep Magenta. HEX triplet: C4, 20 and AF. RGB value is (196,32,175). Sum of RGB (Red+Green+Blue) = 196+32+175=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C420AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C420AF is #3BDF50. Grayscale: #606060. Windows color (decimal): -3923793 or 11477188. OLE color: 11477188.
HSL color Cylindrical-coordinate representation of color #C420AF: hue angle of 307.68º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C420AF is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 175 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.23 |
| HSL | 307.68º | 0.72% | 0.45% | - |
| HSV(B) | 307.68º | 0.84% | 0.77% | - |
| XYZ | 31.02 | 15.86 | 41.98 | - |
| YUV | 97.34 | 171.83 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 175 | 0 | 0.84 | 0.11 | 0.23 | 307.68 | 0.72 | 0.45 |
| Hex | C4 | 20 | AF | 0 | 54 | B | 17 | 134 | 48 | 2D |
| Octal | 304 | 40 | 257 | 0 | 124 | 13 | 27 | 464 | 110 | 55 |
| Binary | 11000100 | 100000 | 10101111 | 0 | 1010100 | 1011 | 10111 | 100110100 | 1001000 | 101101 |
Color Harmonies of #C420AF
Complementary color
Monochromatic Colors of #C420AF
Black with #C420AF
Text Example
Text Example
White with #C420AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C420AF; }
p { color: rgb(196,32,175); }
H1.HeaderClassName
{
color: #C420AF;
}
.AnyTagClassName
{
color: #C420AF;
}
</style>
background-color css
<style>
a { background-color: #C420AF; }
a { background-color: rgb(196,32,175); }
div.DivClassName
{
background-color: #C420AF;
}
.BgClassName
{
background-color: #C420AF;
}
</style>
border-color css
<style>
span { border-color: #C420AF; }
span { border-color: rgb(196,32,175); }
td.TdClassName
{
border-color: #C420AF;
}
.TagClassName
{
border-color: #C420AF;
}
</style>