Shades of Medium Violet Red #C0158A
Tints of Medium Violet Red #C0158A
RGB
CMYK
RGB Variations
Color information
#C0158A (or 0xC0158A) is known color: Medium Violet Red. HEX triplet: C0, 15 and 8A. RGB value is (192,21,138). Sum of RGB (Red+Green+Blue) = 192+21+138=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0158A is #3FEA75. Grayscale: #555555. Windows color (decimal): -4188790 or 9049536. OLE color: 9049536.
HSL color Cylindrical-coordinate representation of color #C0158A: hue angle of 318.95º 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 #C0158A is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 138 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.25 |
| HSL | 318.95º | 0.8% | 0.42% | - |
| HSV(B) | 318.95º | 0.89% | 0.75% | - |
| XYZ | 26.59 | 13.58 | 25.26 | - |
| YUV | 85.47 | 157.65 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 138 | 0 | 0.89 | 0.28 | 0.25 | 318.95 | 0.8 | 0.42 |
| Hex | C0 | 15 | 8A | 0 | 59 | 1C | 19 | 13F | 50 | 2A |
| Octal | 300 | 25 | 212 | 0 | 131 | 34 | 31 | 477 | 120 | 52 |
| Binary | 11000000 | 10101 | 10001010 | 0 | 1011001 | 11100 | 11001 | 100111111 | 1010000 | 101010 |
Color Harmonies of #C0158A
Complementary color
Monochromatic Colors of #C0158A
Black with #C0158A
Text Example
Text Example
White with #C0158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0158A; }
p { color: rgb(192,21,138); }
H1.HeaderClassName
{
color: #C0158A;
}
.AnyTagClassName
{
color: #C0158A;
}
</style>
background-color css
<style>
a { background-color: #C0158A; }
a { background-color: rgb(192,21,138); }
div.DivClassName
{
background-color: #C0158A;
}
.BgClassName
{
background-color: #C0158A;
}
</style>
border-color css
<style>
span { border-color: #C0158A; }
span { border-color: rgb(192,21,138); }
td.TdClassName
{
border-color: #C0158A;
}
.TagClassName
{
border-color: #C0158A;
}
</style>