Shades of Medium Violet Red #C4158D
Tints of Medium Violet Red #C4158D
RGB
CMYK
RGB Variations
Color information
#C4158D (or 0xC4158D) is known color: Medium Violet Red. HEX triplet: C4, 15 and 8D. RGB value is (196,21,141). Sum of RGB (Red+Green+Blue) = 196+21+141=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4158D is #3BEA72. Grayscale: #565656. Windows color (decimal): -3926643 or 9246148. OLE color: 9246148.
HSL color Cylindrical-coordinate representation of color #C4158D: hue angle of 318.86º 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 #C4158D is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 141 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.23 |
| HSL | 318.86º | 0.81% | 0.43% | - |
| HSV(B) | 318.86º | 0.89% | 0.77% | - |
| XYZ | 27.84 | 14.2 | 26.47 | - |
| YUV | 87.01 | 158.48 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 141 | 0 | 0.89 | 0.28 | 0.23 | 318.86 | 0.81 | 0.43 |
| Hex | C4 | 15 | 8D | 0 | 59 | 1C | 17 | 13F | 51 | 2B |
| Octal | 304 | 25 | 215 | 0 | 131 | 34 | 27 | 477 | 121 | 53 |
| Binary | 11000100 | 10101 | 10001101 | 0 | 1011001 | 11100 | 10111 | 100111111 | 1010001 | 101011 |
Color Harmonies of #C4158D
Complementary color
Monochromatic Colors of #C4158D
Black with #C4158D
Text Example
Text Example
White with #C4158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4158D; }
p { color: rgb(196,21,141); }
H1.HeaderClassName
{
color: #C4158D;
}
.AnyTagClassName
{
color: #C4158D;
}
</style>
background-color css
<style>
a { background-color: #C4158D; }
a { background-color: rgb(196,21,141); }
div.DivClassName
{
background-color: #C4158D;
}
.BgClassName
{
background-color: #C4158D;
}
</style>
border-color css
<style>
span { border-color: #C4158D; }
span { border-color: rgb(196,21,141); }
td.TdClassName
{
border-color: #C4158D;
}
.TagClassName
{
border-color: #C4158D;
}
</style>