Shades of Medium Violet Red #C4196C
Tints of Medium Violet Red #C4196C
RGB
CMYK
RGB Variations
Color information
#C4196C (or 0xC4196C) is known color: Medium Violet Red. HEX triplet: C4, 19 and 6C. RGB value is (196,25,108). Sum of RGB (Red+Green+Blue) = 196+25+108=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4196C is #3BE693. Grayscale: #555555. Windows color (decimal): -3925652 or 7084484. OLE color: 7084484.
HSL color Cylindrical-coordinate representation of color #C4196C: hue angle of 330.88º 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 #C4196C is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 108 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.23 |
| HSL | 330.88º | 0.77% | 0.43% | - |
| HSV(B) | 330.88º | 0.87% | 0.77% | - |
| XYZ | 25.82 | 13.51 | 15.43 | - |
| YUV | 85.59 | 140.65 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 108 | 0 | 0.87 | 0.45 | 0.23 | 330.88 | 0.77 | 0.43 |
| Hex | C4 | 19 | 6C | 0 | 57 | 2D | 17 | 14B | 4D | 2B |
| Octal | 304 | 31 | 154 | 0 | 127 | 55 | 27 | 513 | 115 | 53 |
| Binary | 11000100 | 11001 | 1101100 | 0 | 1010111 | 101101 | 10111 | 101001011 | 1001101 | 101011 |
Color Harmonies of #C4196C
Complementary color
Monochromatic Colors of #C4196C
Black with #C4196C
Text Example
Text Example
White with #C4196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4196C; }
p { color: rgb(196,25,108); }
H1.HeaderClassName
{
color: #C4196C;
}
.AnyTagClassName
{
color: #C4196C;
}
</style>
background-color css
<style>
a { background-color: #C4196C; }
a { background-color: rgb(196,25,108); }
div.DivClassName
{
background-color: #C4196C;
}
.BgClassName
{
background-color: #C4196C;
}
</style>
border-color css
<style>
span { border-color: #C4196C; }
span { border-color: rgb(196,25,108); }
td.TdClassName
{
border-color: #C4196C;
}
.TagClassName
{
border-color: #C4196C;
}
</style>