Shades of Medium Violet Red #C0156C
Tints of Medium Violet Red #C0156C
RGB
CMYK
RGB Variations
Color information
#C0156C (or 0xC0156C) is known color: Medium Violet Red. HEX triplet: C0, 15 and 6C. RGB value is (192,21,108). Sum of RGB (Red+Green+Blue) = 192+21+108=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0156C is #3FEA93. Grayscale: #515151. Windows color (decimal): -4188820 or 7083456. OLE color: 7083456.
HSL color Cylindrical-coordinate representation of color #C0156C: hue angle of 329.47º 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 #C0156C is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 108 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.25 |
| HSL | 329.47º | 0.8% | 0.42% | - |
| HSV(B) | 329.47º | 0.89% | 0.75% | - |
| XYZ | 24.71 | 12.83 | 15.36 | - |
| YUV | 82.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 108 | 0 | 0.89 | 0.44 | 0.25 | 329.47 | 0.8 | 0.42 |
| Hex | C0 | 15 | 6C | 0 | 59 | 2C | 19 | 149 | 50 | 2A |
| Octal | 300 | 25 | 154 | 0 | 131 | 54 | 31 | 511 | 120 | 52 |
| Binary | 11000000 | 10101 | 1101100 | 0 | 1011001 | 101100 | 11001 | 101001001 | 1010000 | 101010 |
Color Harmonies of #C0156C
Complementary color
Monochromatic Colors of #C0156C
Black with #C0156C
Text Example
Text Example
White with #C0156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0156C; }
p { color: rgb(192,21,108); }
H1.HeaderClassName
{
color: #C0156C;
}
.AnyTagClassName
{
color: #C0156C;
}
</style>
background-color css
<style>
a { background-color: #C0156C; }
a { background-color: rgb(192,21,108); }
div.DivClassName
{
background-color: #C0156C;
}
.BgClassName
{
background-color: #C0156C;
}
</style>
border-color css
<style>
span { border-color: #C0156C; }
span { border-color: rgb(192,21,108); }
td.TdClassName
{
border-color: #C0156C;
}
.TagClassName
{
border-color: #C0156C;
}
</style>