Shades of Medium Violet Red #C4158B
Tints of Medium Violet Red #C4158B
RGB
CMYK
RGB Variations
Color information
#C4158B (or 0xC4158B) is known color: Medium Violet Red. HEX triplet: C4, 15 and 8B. RGB value is (196,21,139). Sum of RGB (Red+Green+Blue) = 196+21+139=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4158B is #3BEA74. Grayscale: #565656. Windows color (decimal): -3926645 or 9115076. OLE color: 9115076.
HSL color Cylindrical-coordinate representation of color #C4158B: hue angle of 319.54º 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 #C4158B is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 139 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.23 |
| HSL | 319.54º | 0.81% | 0.43% | - |
| HSV(B) | 319.54º | 0.89% | 0.77% | - |
| XYZ | 27.69 | 14.14 | 25.7 | - |
| YUV | 86.78 | 157.48 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 139 | 0 | 0.89 | 0.29 | 0.23 | 319.54 | 0.81 | 0.43 |
| Hex | C4 | 15 | 8B | 0 | 59 | 1D | 17 | 140 | 51 | 2B |
| Octal | 304 | 25 | 213 | 0 | 131 | 35 | 27 | 500 | 121 | 53 |
| Binary | 11000100 | 10101 | 10001011 | 0 | 1011001 | 11101 | 10111 | 101000000 | 1010001 | 101011 |
Color Harmonies of #C4158B
Complementary color
Monochromatic Colors of #C4158B
Black with #C4158B
Text Example
Text Example
White with #C4158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4158B; }
p { color: rgb(196,21,139); }
H1.HeaderClassName
{
color: #C4158B;
}
.AnyTagClassName
{
color: #C4158B;
}
</style>
background-color css
<style>
a { background-color: #C4158B; }
a { background-color: rgb(196,21,139); }
div.DivClassName
{
background-color: #C4158B;
}
.BgClassName
{
background-color: #C4158B;
}
</style>
border-color css
<style>
span { border-color: #C4158B; }
span { border-color: rgb(196,21,139); }
td.TdClassName
{
border-color: #C4158B;
}
.TagClassName
{
border-color: #C4158B;
}
</style>