Shades of Medium Violet Red #C41996
Tints of Medium Violet Red #C41996
RGB
CMYK
RGB Variations
Color information
#C41996 (or 0xC41996) is known color: Medium Violet Red. HEX triplet: C4, 19 and 96. RGB value is (196,25,150). Sum of RGB (Red+Green+Blue) = 196+25+150=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C41996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41996 is #3BE669. Grayscale: #5A5A5A. Windows color (decimal): -3925610 or 9836996. OLE color: 9836996.
HSL color Cylindrical-coordinate representation of color #C41996: hue angle of 316.14º 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 #C41996 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 150 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.23 |
| HSL | 316.14º | 0.77% | 0.43% | - |
| HSV(B) | 316.14º | 0.87% | 0.77% | - |
| XYZ | 28.62 | 14.63 | 30.17 | - |
| YUV | 90.38 | 161.65 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 150 | 0 | 0.87 | 0.23 | 0.23 | 316.14 | 0.77 | 0.43 |
| Hex | C4 | 19 | 96 | 0 | 57 | 17 | 17 | 13C | 4D | 2B |
| Octal | 304 | 31 | 226 | 0 | 127 | 27 | 27 | 474 | 115 | 53 |
| Binary | 11000100 | 11001 | 10010110 | 0 | 1010111 | 10111 | 10111 | 100111100 | 1001101 | 101011 |
Color Harmonies of #C41996
Complementary color
Monochromatic Colors of #C41996
Black with #C41996
Text Example
Text Example
White with #C41996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41996; }
p { color: rgb(196,25,150); }
H1.HeaderClassName
{
color: #C41996;
}
.AnyTagClassName
{
color: #C41996;
}
</style>
background-color css
<style>
a { background-color: #C41996; }
a { background-color: rgb(196,25,150); }
div.DivClassName
{
background-color: #C41996;
}
.BgClassName
{
background-color: #C41996;
}
</style>
border-color css
<style>
span { border-color: #C41996; }
span { border-color: rgb(196,25,150); }
td.TdClassName
{
border-color: #C41996;
}
.TagClassName
{
border-color: #C41996;
}
</style>