Shades of Medium Violet Red #C41191
Tints of Medium Violet Red #C41191
RGB
CMYK
RGB Variations
Color information
#C41191 (or 0xC41191) is known color: Medium Violet Red. HEX triplet: C4, 11 and 91. RGB value is (196,17,145). Sum of RGB (Red+Green+Blue) = 196+17+145=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C41191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41191 is #3BEE6E. Grayscale: #545454. Windows color (decimal): -3927663 or 9507268. OLE color: 9507268.
HSL color Cylindrical-coordinate representation of color #C41191: hue angle of 317.09º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41191 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 145 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.23 |
| HSL | 317.1º | 0.84% | 0.42% | - |
| HSV(B) | 317.1º | 0.91% | 0.77% | - |
| XYZ | 28.08 | 14.18 | 28.05 | - |
| YUV | 85.11 | 161.8 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 145 | 0 | 0.91 | 0.26 | 0.23 | 317.1 | 0.84 | 0.42 |
| Hex | C4 | 11 | 91 | 0 | 5B | 1A | 17 | 13D | 54 | 2A |
| Octal | 304 | 21 | 221 | 0 | 133 | 32 | 27 | 475 | 124 | 52 |
| Binary | 11000100 | 10001 | 10010001 | 0 | 1011011 | 11010 | 10111 | 100111101 | 1010100 | 101010 |
Color Harmonies of #C41191
Complementary color
Monochromatic Colors of #C41191
Black with #C41191
Text Example
Text Example
White with #C41191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41191; }
p { color: rgb(196,17,145); }
H1.HeaderClassName
{
color: #C41191;
}
.AnyTagClassName
{
color: #C41191;
}
</style>
background-color css
<style>
a { background-color: #C41191; }
a { background-color: rgb(196,17,145); }
div.DivClassName
{
background-color: #C41191;
}
.BgClassName
{
background-color: #C41191;
}
</style>
border-color css
<style>
span { border-color: #C41191; }
span { border-color: rgb(196,17,145); }
td.TdClassName
{
border-color: #C41191;
}
.TagClassName
{
border-color: #C41191;
}
</style>