Shades of Medium Violet Red #C424A1
Tints of Medium Violet Red #C424A1
RGB
CMYK
RGB Variations
Color information
#C424A1 (or 0xC424A1) is known color: Medium Violet Red. HEX triplet: C4, 24 and A1. RGB value is (196,36,161). Sum of RGB (Red+Green+Blue) = 196+36+161=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C424A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C424A1 is #3BDB5E. Grayscale: #616161. Windows color (decimal): -3922783 or 10560708. OLE color: 10560708.
HSL color Cylindrical-coordinate representation of color #C424A1: hue angle of 313.12º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C424A1 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 161 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.23 |
| HSL | 313.13º | 0.69% | 0.45% | - |
| HSV(B) | 313.13º | 0.82% | 0.77% | - |
| XYZ | 29.83 | 15.57 | 35.15 | - |
| YUV | 98.09 | 163.51 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 161 | 0 | 0.82 | 0.18 | 0.23 | 313.13 | 0.69 | 0.45 |
| Hex | C4 | 24 | A1 | 0 | 52 | 12 | 17 | 139 | 45 | 2D |
| Octal | 304 | 44 | 241 | 0 | 122 | 22 | 27 | 471 | 105 | 55 |
| Binary | 11000100 | 100100 | 10100001 | 0 | 1010010 | 10010 | 10111 | 100111001 | 1000101 | 101101 |
Color Harmonies of #C424A1
Complementary color
Monochromatic Colors of #C424A1
Black with #C424A1
Text Example
Text Example
White with #C424A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C424A1; }
p { color: rgb(196,36,161); }
H1.HeaderClassName
{
color: #C424A1;
}
.AnyTagClassName
{
color: #C424A1;
}
</style>
background-color css
<style>
a { background-color: #C424A1; }
a { background-color: rgb(196,36,161); }
div.DivClassName
{
background-color: #C424A1;
}
.BgClassName
{
background-color: #C424A1;
}
</style>
border-color css
<style>
span { border-color: #C424A1; }
span { border-color: rgb(196,36,161); }
td.TdClassName
{
border-color: #C424A1;
}
.TagClassName
{
border-color: #C424A1;
}
</style>