Shades of Medium Violet Red #C0157F
Tints of Medium Violet Red #C0157F
RGB
CMYK
RGB Variations
Color information
#C0157F (or 0xC0157F) is known color: Medium Violet Red. HEX triplet: C0, 15 and 7F. RGB value is (192,21,127). Sum of RGB (Red+Green+Blue) = 192+21+127=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0157F is #3FEA80. Grayscale: #535353. Windows color (decimal): -4188801 or 8328640. OLE color: 8328640.
HSL color Cylindrical-coordinate representation of color #C0157F: hue angle of 322.81º 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 #C0157F is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 127 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.25 |
| HSL | 322.81º | 0.8% | 0.42% | - |
| HSV(B) | 322.81º | 0.89% | 0.75% | - |
| XYZ | 25.84 | 13.28 | 21.28 | - |
| YUV | 84.21 | 152.15 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 127 | 0 | 0.89 | 0.34 | 0.25 | 322.81 | 0.8 | 0.42 |
| Hex | C0 | 15 | 7F | 0 | 59 | 22 | 19 | 143 | 50 | 2A |
| Octal | 300 | 25 | 177 | 0 | 131 | 42 | 31 | 503 | 120 | 52 |
| Binary | 11000000 | 10101 | 1111111 | 0 | 1011001 | 100010 | 11001 | 101000011 | 1010000 | 101010 |
Color Harmonies of #C0157F
Complementary color
Monochromatic Colors of #C0157F
Black with #C0157F
Text Example
Text Example
White with #C0157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0157F; }
p { color: rgb(192,21,127); }
H1.HeaderClassName
{
color: #C0157F;
}
.AnyTagClassName
{
color: #C0157F;
}
</style>
background-color css
<style>
a { background-color: #C0157F; }
a { background-color: rgb(192,21,127); }
div.DivClassName
{
background-color: #C0157F;
}
.BgClassName
{
background-color: #C0157F;
}
</style>
border-color css
<style>
span { border-color: #C0157F; }
span { border-color: rgb(192,21,127); }
td.TdClassName
{
border-color: #C0157F;
}
.TagClassName
{
border-color: #C0157F;
}
</style>