Shades of Medium Violet Red #C420A1
Tints of Medium Violet Red #C420A1
RGB
CMYK
RGB Variations
Color information
#C420A1 (or 0xC420A1) is known color: Medium Violet Red. HEX triplet: C4, 20 and A1. RGB value is (196,32,161). Sum of RGB (Red+Green+Blue) = 196+32+161=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C420A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C420A1 is #3BDF5E. Grayscale: #5F5F5F. Windows color (decimal): -3923807 or 10559684. OLE color: 10559684.
HSL color Cylindrical-coordinate representation of color #C420A1: hue angle of 312.8º 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 #C420A1 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 161 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.23 |
| HSL | 312.8º | 0.72% | 0.45% | - |
| HSV(B) | 312.8º | 0.84% | 0.77% | - |
| XYZ | 29.71 | 15.34 | 35.11 | - |
| YUV | 95.74 | 164.83 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 161 | 0 | 0.84 | 0.18 | 0.23 | 312.8 | 0.72 | 0.45 |
| Hex | C4 | 20 | A1 | 0 | 54 | 12 | 17 | 139 | 48 | 2D |
| Octal | 304 | 40 | 241 | 0 | 124 | 22 | 27 | 471 | 110 | 55 |
| Binary | 11000100 | 100000 | 10100001 | 0 | 1010100 | 10010 | 10111 | 100111001 | 1001000 | 101101 |
Color Harmonies of #C420A1
Complementary color
Monochromatic Colors of #C420A1
Black with #C420A1
Text Example
Text Example
White with #C420A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C420A1; }
p { color: rgb(196,32,161); }
H1.HeaderClassName
{
color: #C420A1;
}
.AnyTagClassName
{
color: #C420A1;
}
</style>
background-color css
<style>
a { background-color: #C420A1; }
a { background-color: rgb(196,32,161); }
div.DivClassName
{
background-color: #C420A1;
}
.BgClassName
{
background-color: #C420A1;
}
</style>
border-color css
<style>
span { border-color: #C420A1; }
span { border-color: rgb(196,32,161); }
td.TdClassName
{
border-color: #C420A1;
}
.TagClassName
{
border-color: #C420A1;
}
</style>