Shades of Medium Violet Red #C42171
Tints of Medium Violet Red #C42171
RGB
CMYK
RGB Variations
Color information
#C42171 (or 0xC42171) is known color: Medium Violet Red. HEX triplet: C4, 21 and 71. RGB value is (196,33,113). Sum of RGB (Red+Green+Blue) = 196+33+113=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C42171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42171 is #3BDE8E. Grayscale: #5A5A5A. Windows color (decimal): -3923599 or 7414212. OLE color: 7414212.
HSL color Cylindrical-coordinate representation of color #C42171: hue angle of 330.55º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42171 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 113 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.23 |
| HSL | 330.55º | 0.71% | 0.45% | - |
| HSV(B) | 330.55º | 0.83% | 0.77% | - |
| XYZ | 26.29 | 14.02 | 16.94 | - |
| YUV | 90.86 | 140.5 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 113 | 0 | 0.83 | 0.42 | 0.23 | 330.55 | 0.71 | 0.45 |
| Hex | C4 | 21 | 71 | 0 | 53 | 2A | 17 | 14B | 47 | 2D |
| Octal | 304 | 41 | 161 | 0 | 123 | 52 | 27 | 513 | 107 | 55 |
| Binary | 11000100 | 100001 | 1110001 | 0 | 1010011 | 101010 | 10111 | 101001011 | 1000111 | 101101 |
Color Harmonies of #C42171
Complementary color
Monochromatic Colors of #C42171
Black with #C42171
Text Example
Text Example
White with #C42171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42171; }
p { color: rgb(196,33,113); }
H1.HeaderClassName
{
color: #C42171;
}
.AnyTagClassName
{
color: #C42171;
}
</style>
background-color css
<style>
a { background-color: #C42171; }
a { background-color: rgb(196,33,113); }
div.DivClassName
{
background-color: #C42171;
}
.BgClassName
{
background-color: #C42171;
}
</style>
border-color css
<style>
span { border-color: #C42171; }
span { border-color: rgb(196,33,113); }
td.TdClassName
{
border-color: #C42171;
}
.TagClassName
{
border-color: #C42171;
}
</style>