Shades of Medium Violet Red #C42371
Tints of Medium Violet Red #C42371
RGB
CMYK
RGB Variations
Color information
#C42371 (or 0xC42371) is known color: Medium Violet Red. HEX triplet: C4, 23 and 71. RGB value is (196,35,113). Sum of RGB (Red+Green+Blue) = 196+35+113=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C42371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42371 is #3BDC8E. Grayscale: #5B5B5B. Windows color (decimal): -3923087 or 7414724. OLE color: 7414724.
HSL color Cylindrical-coordinate representation of color #C42371: hue angle of 330.93º degrees, saturation: 0.7, 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 #C42371 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 113 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.23 |
| HSL | 330.93º | 0.7% | 0.45% | - |
| HSV(B) | 330.93º | 0.82% | 0.77% | - |
| XYZ | 26.35 | 14.13 | 16.96 | - |
| YUV | 92.03 | 139.84 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 113 | 0 | 0.82 | 0.42 | 0.23 | 330.93 | 0.7 | 0.45 |
| Hex | C4 | 23 | 71 | 0 | 52 | 2A | 17 | 14B | 46 | 2D |
| Octal | 304 | 43 | 161 | 0 | 122 | 52 | 27 | 513 | 106 | 55 |
| Binary | 11000100 | 100011 | 1110001 | 0 | 1010010 | 101010 | 10111 | 101001011 | 1000110 | 101101 |
Color Harmonies of #C42371
Complementary color
Monochromatic Colors of #C42371
Black with #C42371
Text Example
Text Example
White with #C42371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42371; }
p { color: rgb(196,35,113); }
H1.HeaderClassName
{
color: #C42371;
}
.AnyTagClassName
{
color: #C42371;
}
</style>
background-color css
<style>
a { background-color: #C42371; }
a { background-color: rgb(196,35,113); }
div.DivClassName
{
background-color: #C42371;
}
.BgClassName
{
background-color: #C42371;
}
</style>
border-color css
<style>
span { border-color: #C42371; }
span { border-color: rgb(196,35,113); }
td.TdClassName
{
border-color: #C42371;
}
.TagClassName
{
border-color: #C42371;
}
</style>