Shades of Medium Violet Red #C0158F
Tints of Medium Violet Red #C0158F
RGB
CMYK
RGB Variations
Color information
#C0158F (or 0xC0158F) is known color: Medium Violet Red. HEX triplet: C0, 15 and 8F. RGB value is (192,21,143). Sum of RGB (Red+Green+Blue) = 192+21+143=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0158F is #3FEA70. Grayscale: #555555. Windows color (decimal): -4188785 or 9377216. OLE color: 9377216.
HSL color Cylindrical-coordinate representation of color #C0158F: hue angle of 317.19º 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 #C0158F is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 143 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.25 |
| HSL | 317.19º | 0.8% | 0.42% | - |
| HSV(B) | 317.19º | 0.89% | 0.75% | - |
| XYZ | 26.96 | 13.73 | 27.21 | - |
| YUV | 86.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 143 | 0 | 0.89 | 0.26 | 0.25 | 317.19 | 0.8 | 0.42 |
| Hex | C0 | 15 | 8F | 0 | 59 | 1A | 19 | 13D | 50 | 2A |
| Octal | 300 | 25 | 217 | 0 | 131 | 32 | 31 | 475 | 120 | 52 |
| Binary | 11000000 | 10101 | 10001111 | 0 | 1011001 | 11010 | 11001 | 100111101 | 1010000 | 101010 |
Color Harmonies of #C0158F
Complementary color
Monochromatic Colors of #C0158F
Black with #C0158F
Text Example
Text Example
White with #C0158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0158F; }
p { color: rgb(192,21,143); }
H1.HeaderClassName
{
color: #C0158F;
}
.AnyTagClassName
{
color: #C0158F;
}
</style>
background-color css
<style>
a { background-color: #C0158F; }
a { background-color: rgb(192,21,143); }
div.DivClassName
{
background-color: #C0158F;
}
.BgClassName
{
background-color: #C0158F;
}
</style>
border-color css
<style>
span { border-color: #C0158F; }
span { border-color: rgb(192,21,143); }
td.TdClassName
{
border-color: #C0158F;
}
.TagClassName
{
border-color: #C0158F;
}
</style>