Shades of Medium Violet Red #C41196
Tints of Medium Violet Red #C41196
RGB
CMYK
RGB Variations
Color information
#C41196 (or 0xC41196) is known color: Medium Violet Red. HEX triplet: C4, 11 and 96. RGB value is (196,17,150). Sum of RGB (Red+Green+Blue) = 196+17+150=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C41196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41196 is #3BEE69. Grayscale: #555555. Windows color (decimal): -3927658 or 9834948. OLE color: 9834948.
HSL color Cylindrical-coordinate representation of color #C41196: hue angle of 315.42º 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 #C41196 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 150 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.23 |
| HSL | 315.42º | 0.84% | 0.42% | - |
| HSV(B) | 315.42º | 0.91% | 0.77% | - |
| XYZ | 28.47 | 14.34 | 30.12 | - |
| YUV | 85.68 | 164.3 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 150 | 0 | 0.91 | 0.23 | 0.23 | 315.42 | 0.84 | 0.42 |
| Hex | C4 | 11 | 96 | 0 | 5B | 17 | 17 | 13B | 54 | 2A |
| Octal | 304 | 21 | 226 | 0 | 133 | 27 | 27 | 473 | 124 | 52 |
| Binary | 11000100 | 10001 | 10010110 | 0 | 1011011 | 10111 | 10111 | 100111011 | 1010100 | 101010 |
Color Harmonies of #C41196
Complementary color
Monochromatic Colors of #C41196
Black with #C41196
Text Example
Text Example
White with #C41196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41196; }
p { color: rgb(196,17,150); }
H1.HeaderClassName
{
color: #C41196;
}
.AnyTagClassName
{
color: #C41196;
}
</style>
background-color css
<style>
a { background-color: #C41196; }
a { background-color: rgb(196,17,150); }
div.DivClassName
{
background-color: #C41196;
}
.BgClassName
{
background-color: #C41196;
}
</style>
border-color css
<style>
span { border-color: #C41196; }
span { border-color: rgb(196,17,150); }
td.TdClassName
{
border-color: #C41196;
}
.TagClassName
{
border-color: #C41196;
}
</style>