Shades of Medium Violet Red #C0158B
Tints of Medium Violet Red #C0158B
RGB
CMYK
RGB Variations
Color information
#C0158B (or 0xC0158B) is known color: Medium Violet Red. HEX triplet: C0, 15 and 8B. RGB value is (192,21,139). Sum of RGB (Red+Green+Blue) = 192+21+139=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0158B is #3FEA74. Grayscale: #555555. Windows color (decimal): -4188789 or 9115072. OLE color: 9115072.
HSL color Cylindrical-coordinate representation of color #C0158B: hue angle of 318.6º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0158B is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 139 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.25 |
| HSL | 318.6º | 0.8% | 0.42% | - |
| HSV(B) | 318.6º | 0.89% | 0.75% | - |
| XYZ | 26.67 | 13.61 | 25.65 | - |
| YUV | 85.58 | 158.15 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 139 | 0 | 0.89 | 0.28 | 0.25 | 318.6 | 0.8 | 0.42 |
| Hex | C0 | 15 | 8B | 0 | 59 | 1C | 19 | 13F | 50 | 2A |
| Octal | 300 | 25 | 213 | 0 | 131 | 34 | 31 | 477 | 120 | 52 |
| Binary | 11000000 | 10101 | 10001011 | 0 | 1011001 | 11100 | 11001 | 100111111 | 1010000 | 101010 |
Color Harmonies of #C0158B
Complementary color
Monochromatic Colors of #C0158B
Black with #C0158B
Text Example
Text Example
White with #C0158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0158B; }
p { color: rgb(192,21,139); }
H1.HeaderClassName
{
color: #C0158B;
}
.AnyTagClassName
{
color: #C0158B;
}
</style>
background-color css
<style>
a { background-color: #C0158B; }
a { background-color: rgb(192,21,139); }
div.DivClassName
{
background-color: #C0158B;
}
.BgClassName
{
background-color: #C0158B;
}
</style>
border-color css
<style>
span { border-color: #C0158B; }
span { border-color: rgb(192,21,139); }
td.TdClassName
{
border-color: #C0158B;
}
.TagClassName
{
border-color: #C0158B;
}
</style>