Shades of Medium Violet Red #C0117C
Tints of Medium Violet Red #C0117C
RGB
CMYK
RGB Variations
Color information
#C0117C (or 0xC0117C) is known color: Medium Violet Red. HEX triplet: C0, 11 and 7C. RGB value is (192,17,124). Sum of RGB (Red+Green+Blue) = 192+17+124=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0117C is #3FEE83. Grayscale: #515151. Windows color (decimal): -4189828 or 8131008. OLE color: 8131008.
HSL color Cylindrical-coordinate representation of color #C0117C: hue angle of 323.31º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0117C is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 124 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.25 |
| HSL | 323.31º | 0.84% | 0.41% | - |
| HSV(B) | 323.31º | 0.91% | 0.75% | - |
| XYZ | 25.58 | 13.06 | 20.24 | - |
| YUV | 81.52 | 151.98 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 124 | 0 | 0.91 | 0.35 | 0.25 | 323.31 | 0.84 | 0.41 |
| Hex | C0 | 11 | 7C | 0 | 5B | 23 | 19 | 143 | 54 | 29 |
| Octal | 300 | 21 | 174 | 0 | 133 | 43 | 31 | 503 | 124 | 51 |
| Binary | 11000000 | 10001 | 1111100 | 0 | 1011011 | 100011 | 11001 | 101000011 | 1010100 | 101001 |
Color Harmonies of #C0117C
Complementary color
Monochromatic Colors of #C0117C
Black with #C0117C
Text Example
Text Example
White with #C0117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0117C; }
p { color: rgb(192,17,124); }
H1.HeaderClassName
{
color: #C0117C;
}
.AnyTagClassName
{
color: #C0117C;
}
</style>
background-color css
<style>
a { background-color: #C0117C; }
a { background-color: rgb(192,17,124); }
div.DivClassName
{
background-color: #C0117C;
}
.BgClassName
{
background-color: #C0117C;
}
</style>
border-color css
<style>
span { border-color: #C0117C; }
span { border-color: rgb(192,17,124); }
td.TdClassName
{
border-color: #C0117C;
}
.TagClassName
{
border-color: #C0117C;
}
</style>