Shades of Medium Violet Red #C41970
Tints of Medium Violet Red #C41970
RGB
CMYK
RGB Variations
Color information
#C41970 (or 0xC41970) is known color: Medium Violet Red. HEX triplet: C4, 19 and 70. RGB value is (196,25,112). Sum of RGB (Red+Green+Blue) = 196+25+112=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C41970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41970 is #3BE68F. Grayscale: #555555. Windows color (decimal): -3925648 or 7346628. OLE color: 7346628.
HSL color Cylindrical-coordinate representation of color #C41970: hue angle of 329.47º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41970 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 112 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.23 |
| HSL | 329.47º | 0.77% | 0.43% | - |
| HSV(B) | 329.47º | 0.87% | 0.77% | - |
| XYZ | 26.04 | 13.6 | 16.58 | - |
| YUV | 86.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 112 | 0 | 0.87 | 0.43 | 0.23 | 329.47 | 0.77 | 0.43 |
| Hex | C4 | 19 | 70 | 0 | 57 | 2B | 17 | 149 | 4D | 2B |
| Octal | 304 | 31 | 160 | 0 | 127 | 53 | 27 | 511 | 115 | 53 |
| Binary | 11000100 | 11001 | 1110000 | 0 | 1010111 | 101011 | 10111 | 101001001 | 1001101 | 101011 |
Color Harmonies of #C41970
Complementary color
Monochromatic Colors of #C41970
Black with #C41970
Text Example
Text Example
White with #C41970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41970; }
p { color: rgb(196,25,112); }
H1.HeaderClassName
{
color: #C41970;
}
.AnyTagClassName
{
color: #C41970;
}
</style>
background-color css
<style>
a { background-color: #C41970; }
a { background-color: rgb(196,25,112); }
div.DivClassName
{
background-color: #C41970;
}
.BgClassName
{
background-color: #C41970;
}
</style>
border-color css
<style>
span { border-color: #C41970; }
span { border-color: rgb(196,25,112); }
td.TdClassName
{
border-color: #C41970;
}
.TagClassName
{
border-color: #C41970;
}
</style>