Shades of Deep Magenta #C420B9
Tints of Deep Magenta #C420B9
RGB
CMYK
RGB Variations
Color information
#C420B9 (or 0xC420B9) is known color: Deep Magenta. HEX triplet: C4, 20 and B9. RGB value is (196,32,185). Sum of RGB (Red+Green+Blue) = 196+32+185=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C420B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C420B9 is #3BDF46. Grayscale: #626262. Windows color (decimal): -3923783 or 12132548. OLE color: 12132548.
HSL color Cylindrical-coordinate representation of color #C420B9: hue angle of 304.02º 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 #C420B9 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 185 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.23 |
| HSL | 304.02º | 0.72% | 0.45% | - |
| HSV(B) | 304.02º | 0.84% | 0.77% | - |
| XYZ | 32.04 | 16.27 | 47.35 | - |
| YUV | 98.48 | 176.83 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 185 | 0 | 0.84 | 0.06 | 0.23 | 304.02 | 0.72 | 0.45 |
| Hex | C4 | 20 | B9 | 0 | 54 | 6 | 17 | 130 | 48 | 2D |
| Octal | 304 | 40 | 271 | 0 | 124 | 6 | 27 | 460 | 110 | 55 |
| Binary | 11000100 | 100000 | 10111001 | 0 | 1010100 | 110 | 10111 | 100110000 | 1001000 | 101101 |
Color Harmonies of #C420B9
Complementary color
Monochromatic Colors of #C420B9
Black with #C420B9
Text Example
Text Example
White with #C420B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C420B9; }
p { color: rgb(196,32,185); }
H1.HeaderClassName
{
color: #C420B9;
}
.AnyTagClassName
{
color: #C420B9;
}
</style>
background-color css
<style>
a { background-color: #C420B9; }
a { background-color: rgb(196,32,185); }
div.DivClassName
{
background-color: #C420B9;
}
.BgClassName
{
background-color: #C420B9;
}
</style>
border-color css
<style>
span { border-color: #C420B9; }
span { border-color: rgb(196,32,185); }
td.TdClassName
{
border-color: #C420B9;
}
.TagClassName
{
border-color: #C420B9;
}
</style>