Shades of Medium Violet Red #C420A2
Tints of Medium Violet Red #C420A2
RGB
CMYK
RGB Variations
Color information
#C420A2 (or 0xC420A2) is known color: Medium Violet Red. HEX triplet: C4, 20 and A2. RGB value is (196,32,162). Sum of RGB (Red+Green+Blue) = 196+32+162=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C420A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C420A2 is #3BDF5D. Grayscale: #5F5F5F. Windows color (decimal): -3923806 or 10625220. OLE color: 10625220.
HSL color Cylindrical-coordinate representation of color #C420A2: hue angle of 312.44º 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 #C420A2 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 162 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.23 |
| HSL | 312.44º | 0.72% | 0.45% | - |
| HSV(B) | 312.44º | 0.84% | 0.77% | - |
| XYZ | 29.8 | 15.38 | 35.58 | - |
| YUV | 95.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 162 | 0 | 0.84 | 0.17 | 0.23 | 312.44 | 0.72 | 0.45 |
| Hex | C4 | 20 | A2 | 0 | 54 | 11 | 17 | 138 | 48 | 2D |
| Octal | 304 | 40 | 242 | 0 | 124 | 21 | 27 | 470 | 110 | 55 |
| Binary | 11000100 | 100000 | 10100010 | 0 | 1010100 | 10001 | 10111 | 100111000 | 1001000 | 101101 |
Color Harmonies of #C420A2
Complementary color
Monochromatic Colors of #C420A2
Black with #C420A2
Text Example
Text Example
White with #C420A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C420A2; }
p { color: rgb(196,32,162); }
H1.HeaderClassName
{
color: #C420A2;
}
.AnyTagClassName
{
color: #C420A2;
}
</style>
background-color css
<style>
a { background-color: #C420A2; }
a { background-color: rgb(196,32,162); }
div.DivClassName
{
background-color: #C420A2;
}
.BgClassName
{
background-color: #C420A2;
}
</style>
border-color css
<style>
span { border-color: #C420A2; }
span { border-color: rgb(196,32,162); }
td.TdClassName
{
border-color: #C420A2;
}
.TagClassName
{
border-color: #C420A2;
}
</style>