Shades of Deep Magenta #C420C2
Tints of Deep Magenta #C420C2
RGB
CMYK
RGB Variations
Color information
#C420C2 (or 0xC420C2) is known color: Deep Magenta. HEX triplet: C4, 20 and C2. RGB value is (196,32,194). Sum of RGB (Red+Green+Blue) = 196+32+194=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C420C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C420C2 is #3BDF3D. Grayscale: #636363. Windows color (decimal): -3923774 or 12722372. OLE color: 12722372.
HSL color Cylindrical-coordinate representation of color #C420C2: hue angle of 300.73º 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 #C420C2 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 194 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.23 |
| HSL | 300.73º | 0.72% | 0.45% | - |
| HSV(B) | 300.73º | 0.84% | 0.77% | - |
| XYZ | 33.02 | 16.66 | 52.52 | - |
| YUV | 99.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 194 | 0 | 0.84 | 0.01 | 0.23 | 300.73 | 0.72 | 0.45 |
| Hex | C4 | 20 | C2 | 0 | 54 | 1 | 17 | 12D | 48 | 2D |
| Octal | 304 | 40 | 302 | 0 | 124 | 1 | 27 | 455 | 110 | 55 |
| Binary | 11000100 | 100000 | 11000010 | 0 | 1010100 | 1 | 10111 | 100101101 | 1001000 | 101101 |
Color Harmonies of #C420C2
Complementary color
Monochromatic Colors of #C420C2
Black with #C420C2
Text Example
Text Example
White with #C420C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C420C2; }
p { color: rgb(196,32,194); }
H1.HeaderClassName
{
color: #C420C2;
}
.AnyTagClassName
{
color: #C420C2;
}
</style>
background-color css
<style>
a { background-color: #C420C2; }
a { background-color: rgb(196,32,194); }
div.DivClassName
{
background-color: #C420C2;
}
.BgClassName
{
background-color: #C420C2;
}
</style>
border-color css
<style>
span { border-color: #C420C2; }
span { border-color: rgb(196,32,194); }
td.TdClassName
{
border-color: #C420C2;
}
.TagClassName
{
border-color: #C420C2;
}
</style>