Shades of Medium Violet Red #C4159F
Tints of Medium Violet Red #C4159F
RGB
CMYK
RGB Variations
Color information
#C4159F (or 0xC4159F) is known color: Medium Violet Red. HEX triplet: C4, 15 and 9F. RGB value is (196,21,159). Sum of RGB (Red+Green+Blue) = 196+21+159=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4159F is #3BEA60. Grayscale: #585858. Windows color (decimal): -3926625 or 10425796. OLE color: 10425796.
HSL color Cylindrical-coordinate representation of color #C4159F: hue angle of 312.69º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4159F is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 159 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.23 |
| HSL | 312.69º | 0.81% | 0.43% | - |
| HSV(B) | 312.69º | 0.89% | 0.77% | - |
| XYZ | 29.29 | 14.78 | 34.11 | - |
| YUV | 89.06 | 167.48 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 159 | 0 | 0.89 | 0.19 | 0.23 | 312.69 | 0.81 | 0.43 |
| Hex | C4 | 15 | 9F | 0 | 59 | 13 | 17 | 139 | 51 | 2B |
| Octal | 304 | 25 | 237 | 0 | 131 | 23 | 27 | 471 | 121 | 53 |
| Binary | 11000100 | 10101 | 10011111 | 0 | 1011001 | 10011 | 10111 | 100111001 | 1010001 | 101011 |
Color Harmonies of #C4159F
Complementary color
Monochromatic Colors of #C4159F
Black with #C4159F
Text Example
Text Example
White with #C4159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4159F; }
p { color: rgb(196,21,159); }
H1.HeaderClassName
{
color: #C4159F;
}
.AnyTagClassName
{
color: #C4159F;
}
</style>
background-color css
<style>
a { background-color: #C4159F; }
a { background-color: rgb(196,21,159); }
div.DivClassName
{
background-color: #C4159F;
}
.BgClassName
{
background-color: #C4159F;
}
</style>
border-color css
<style>
span { border-color: #C4159F; }
span { border-color: rgb(196,21,159); }
td.TdClassName
{
border-color: #C4159F;
}
.TagClassName
{
border-color: #C4159F;
}
</style>