Shades of Medium Violet Red #C0157B
Tints of Medium Violet Red #C0157B
RGB
CMYK
RGB Variations
Color information
#C0157B (or 0xC0157B) is known color: Medium Violet Red. HEX triplet: C0, 15 and 7B. RGB value is (192,21,123). Sum of RGB (Red+Green+Blue) = 192+21+123=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0157B is #3FEA84. Grayscale: #535353. Windows color (decimal): -4188805 or 8066496. OLE color: 8066496.
HSL color Cylindrical-coordinate representation of color #C0157B: hue angle of 324.21º 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 #C0157B is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 123 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.25 |
| HSL | 324.21º | 0.8% | 0.42% | - |
| HSV(B) | 324.21º | 0.89% | 0.75% | - |
| XYZ | 25.58 | 13.17 | 19.93 | - |
| YUV | 83.76 | 150.15 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 123 | 0 | 0.89 | 0.36 | 0.25 | 324.21 | 0.8 | 0.42 |
| Hex | C0 | 15 | 7B | 0 | 59 | 24 | 19 | 144 | 50 | 2A |
| Octal | 300 | 25 | 173 | 0 | 131 | 44 | 31 | 504 | 120 | 52 |
| Binary | 11000000 | 10101 | 1111011 | 0 | 1011001 | 100100 | 11001 | 101000100 | 1010000 | 101010 |
Color Harmonies of #C0157B
Complementary color
Monochromatic Colors of #C0157B
Black with #C0157B
Text Example
Text Example
White with #C0157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0157B; }
p { color: rgb(192,21,123); }
H1.HeaderClassName
{
color: #C0157B;
}
.AnyTagClassName
{
color: #C0157B;
}
</style>
background-color css
<style>
a { background-color: #C0157B; }
a { background-color: rgb(192,21,123); }
div.DivClassName
{
background-color: #C0157B;
}
.BgClassName
{
background-color: #C0157B;
}
</style>
border-color css
<style>
span { border-color: #C0157B; }
span { border-color: rgb(192,21,123); }
td.TdClassName
{
border-color: #C0157B;
}
.TagClassName
{
border-color: #C0157B;
}
</style>