Shades of Medium Violet Red #C0159C
Tints of Medium Violet Red #C0159C
RGB
CMYK
RGB Variations
Color information
#C0159C (or 0xC0159C) is known color: Medium Violet Red. HEX triplet: C0, 15 and 9C. RGB value is (192,21,156). Sum of RGB (Red+Green+Blue) = 192+21+156=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0159C is #3FEA63. Grayscale: #575757. Windows color (decimal): -4188772 or 10229184. OLE color: 10229184.
HSL color Cylindrical-coordinate representation of color #C0159C: hue angle of 312.63º 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 #C0159C is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 156 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.25 |
| HSL | 312.63º | 0.8% | 0.42% | - |
| HSV(B) | 312.63º | 0.89% | 0.75% | - |
| XYZ | 28.01 | 14.14 | 32.71 | - |
| YUV | 87.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 156 | 0 | 0.89 | 0.19 | 0.25 | 312.63 | 0.8 | 0.42 |
| Hex | C0 | 15 | 9C | 0 | 59 | 13 | 19 | 139 | 50 | 2A |
| Octal | 300 | 25 | 234 | 0 | 131 | 23 | 31 | 471 | 120 | 52 |
| Binary | 11000000 | 10101 | 10011100 | 0 | 1011001 | 10011 | 11001 | 100111001 | 1010000 | 101010 |
Color Harmonies of #C0159C
Complementary color
Monochromatic Colors of #C0159C
Black with #C0159C
Text Example
Text Example
White with #C0159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0159C; }
p { color: rgb(192,21,156); }
H1.HeaderClassName
{
color: #C0159C;
}
.AnyTagClassName
{
color: #C0159C;
}
</style>
background-color css
<style>
a { background-color: #C0159C; }
a { background-color: rgb(192,21,156); }
div.DivClassName
{
background-color: #C0159C;
}
.BgClassName
{
background-color: #C0159C;
}
</style>
border-color css
<style>
span { border-color: #C0159C; }
span { border-color: rgb(192,21,156); }
td.TdClassName
{
border-color: #C0159C;
}
.TagClassName
{
border-color: #C0159C;
}
</style>