Shades of Medium Violet Red #C0158E
Tints of Medium Violet Red #C0158E
RGB
CMYK
RGB Variations
Color information
#C0158E (or 0xC0158E) is known color: Medium Violet Red. HEX triplet: C0, 15 and 8E. RGB value is (192,21,142). Sum of RGB (Red+Green+Blue) = 192+21+142=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0158E is #3FEA71. Grayscale: #555555. Windows color (decimal): -4188786 or 9311680. OLE color: 9311680.
HSL color Cylindrical-coordinate representation of color #C0158E: hue angle of 317.54º 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 #C0158E is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 142 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.25 |
| HSL | 317.54º | 0.8% | 0.42% | - |
| HSV(B) | 317.54º | 0.89% | 0.75% | - |
| XYZ | 26.89 | 13.7 | 26.82 | - |
| YUV | 85.92 | 159.65 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 142 | 0 | 0.89 | 0.26 | 0.25 | 317.54 | 0.8 | 0.42 |
| Hex | C0 | 15 | 8E | 0 | 59 | 1A | 19 | 13E | 50 | 2A |
| Octal | 300 | 25 | 216 | 0 | 131 | 32 | 31 | 476 | 120 | 52 |
| Binary | 11000000 | 10101 | 10001110 | 0 | 1011001 | 11010 | 11001 | 100111110 | 1010000 | 101010 |
Color Harmonies of #C0158E
Complementary color
Monochromatic Colors of #C0158E
Black with #C0158E
Text Example
Text Example
White with #C0158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0158E; }
p { color: rgb(192,21,142); }
H1.HeaderClassName
{
color: #C0158E;
}
.AnyTagClassName
{
color: #C0158E;
}
</style>
background-color css
<style>
a { background-color: #C0158E; }
a { background-color: rgb(192,21,142); }
div.DivClassName
{
background-color: #C0158E;
}
.BgClassName
{
background-color: #C0158E;
}
</style>
border-color css
<style>
span { border-color: #C0158E; }
span { border-color: rgb(192,21,142); }
td.TdClassName
{
border-color: #C0158E;
}
.TagClassName
{
border-color: #C0158E;
}
</style>