Shades of Medium Violet Red #C4157C
Tints of Medium Violet Red #C4157C
RGB
CMYK
RGB Variations
Color information
#C4157C (or 0xC4157C) is known color: Medium Violet Red. HEX triplet: C4, 15 and 7C. RGB value is (196,21,124). Sum of RGB (Red+Green+Blue) = 196+21+124=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4157C is #3BEA83. Grayscale: #545454. Windows color (decimal): -3926660 or 8132036. OLE color: 8132036.
HSL color Cylindrical-coordinate representation of color #C4157C: hue angle of 324.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 #C4157C is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 124 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.23 |
| HSL | 324.69º | 0.81% | 0.43% | - |
| HSV(B) | 324.69º | 0.89% | 0.77% | - |
| XYZ | 26.67 | 13.73 | 20.31 | - |
| YUV | 85.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 124 | 0 | 0.89 | 0.37 | 0.23 | 324.69 | 0.81 | 0.43 |
| Hex | C4 | 15 | 7C | 0 | 59 | 25 | 17 | 145 | 51 | 2B |
| Octal | 304 | 25 | 174 | 0 | 131 | 45 | 27 | 505 | 121 | 53 |
| Binary | 11000100 | 10101 | 1111100 | 0 | 1011001 | 100101 | 10111 | 101000101 | 1010001 | 101011 |
Color Harmonies of #C4157C
Complementary color
Monochromatic Colors of #C4157C
Black with #C4157C
Text Example
Text Example
White with #C4157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4157C; }
p { color: rgb(196,21,124); }
H1.HeaderClassName
{
color: #C4157C;
}
.AnyTagClassName
{
color: #C4157C;
}
</style>
background-color css
<style>
a { background-color: #C4157C; }
a { background-color: rgb(196,21,124); }
div.DivClassName
{
background-color: #C4157C;
}
.BgClassName
{
background-color: #C4157C;
}
</style>
border-color css
<style>
span { border-color: #C4157C; }
span { border-color: rgb(196,21,124); }
td.TdClassName
{
border-color: #C4157C;
}
.TagClassName
{
border-color: #C4157C;
}
</style>