Shades of Medium Violet Red #C0159D
Tints of Medium Violet Red #C0159D
RGB
CMYK
RGB Variations
Color information
#C0159D (or 0xC0159D) is known color: Medium Violet Red. HEX triplet: C0, 15 and 9D. RGB value is (192,21,157). Sum of RGB (Red+Green+Blue) = 192+21+157=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0159D is #3FEA62. Grayscale: #575757. Windows color (decimal): -4188771 or 10294720. OLE color: 10294720.
HSL color Cylindrical-coordinate representation of color #C0159D: hue angle of 312.28º 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 #C0159D is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 157 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.25 |
| HSL | 312.28º | 0.8% | 0.42% | - |
| HSV(B) | 312.28º | 0.89% | 0.75% | - |
| XYZ | 28.09 | 14.18 | 33.15 | - |
| YUV | 87.63 | 167.15 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 157 | 0 | 0.89 | 0.18 | 0.25 | 312.28 | 0.8 | 0.42 |
| Hex | C0 | 15 | 9D | 0 | 59 | 12 | 19 | 138 | 50 | 2A |
| Octal | 300 | 25 | 235 | 0 | 131 | 22 | 31 | 470 | 120 | 52 |
| Binary | 11000000 | 10101 | 10011101 | 0 | 1011001 | 10010 | 11001 | 100111000 | 1010000 | 101010 |
Color Harmonies of #C0159D
Complementary color
Monochromatic Colors of #C0159D
Black with #C0159D
Text Example
Text Example
White with #C0159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0159D; }
p { color: rgb(192,21,157); }
H1.HeaderClassName
{
color: #C0159D;
}
.AnyTagClassName
{
color: #C0159D;
}
</style>
background-color css
<style>
a { background-color: #C0159D; }
a { background-color: rgb(192,21,157); }
div.DivClassName
{
background-color: #C0159D;
}
.BgClassName
{
background-color: #C0159D;
}
</style>
border-color css
<style>
span { border-color: #C0159D; }
span { border-color: rgb(192,21,157); }
td.TdClassName
{
border-color: #C0159D;
}
.TagClassName
{
border-color: #C0159D;
}
</style>