Shades of Medium Violet Red #C0117E
Tints of Medium Violet Red #C0117E
RGB
CMYK
RGB Variations
Color information
#C0117E (or 0xC0117E) is known color: Medium Violet Red. HEX triplet: C0, 11 and 7E. RGB value is (192,17,126). Sum of RGB (Red+Green+Blue) = 192+17+126=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0117E is #3FEE81. Grayscale: #515151. Windows color (decimal): -4189826 or 8262080. OLE color: 8262080.
HSL color Cylindrical-coordinate representation of color #C0117E: hue angle of 322.63º 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 #C0117E is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 126 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.25 |
| HSL | 322.63º | 0.84% | 0.41% | - |
| HSV(B) | 322.63º | 0.91% | 0.75% | - |
| XYZ | 25.7 | 13.11 | 20.92 | - |
| YUV | 81.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 126 | 0 | 0.91 | 0.34 | 0.25 | 322.63 | 0.84 | 0.41 |
| Hex | C0 | 11 | 7E | 0 | 5B | 22 | 19 | 143 | 54 | 29 |
| Octal | 300 | 21 | 176 | 0 | 133 | 42 | 31 | 503 | 124 | 51 |
| Binary | 11000000 | 10001 | 1111110 | 0 | 1011011 | 100010 | 11001 | 101000011 | 1010100 | 101001 |
Color Harmonies of #C0117E
Complementary color
Monochromatic Colors of #C0117E
Black with #C0117E
Text Example
Text Example
White with #C0117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0117E; }
p { color: rgb(192,17,126); }
H1.HeaderClassName
{
color: #C0117E;
}
.AnyTagClassName
{
color: #C0117E;
}
</style>
background-color css
<style>
a { background-color: #C0117E; }
a { background-color: rgb(192,17,126); }
div.DivClassName
{
background-color: #C0117E;
}
.BgClassName
{
background-color: #C0117E;
}
</style>
border-color css
<style>
span { border-color: #C0117E; }
span { border-color: rgb(192,17,126); }
td.TdClassName
{
border-color: #C0117E;
}
.TagClassName
{
border-color: #C0117E;
}
</style>