Shades of Medium Violet Red #C1117E
Tints of Medium Violet Red #C1117E
RGB
CMYK
RGB Variations
Color information
#C1117E (or 0xC1117E) is known color: Medium Violet Red. HEX triplet: C1, 11 and 7E. RGB value is (193,17,126). Sum of RGB (Red+Green+Blue) = 193+17+126=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1117E is #3EEE81. Grayscale: #515151. Windows color (decimal): -4124290 or 8262081. OLE color: 8262081.
HSL color Cylindrical-coordinate representation of color #C1117E: hue angle of 322.84º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1117E is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 126 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.24 |
| HSL | 322.84º | 0.84% | 0.41% | - |
| HSV(B) | 322.84º | 0.91% | 0.76% | - |
| XYZ | 25.96 | 13.24 | 20.93 | - |
| YUV | 82.05 | 152.81 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 126 | 0 | 0.91 | 0.35 | 0.24 | 322.84 | 0.84 | 0.41 |
| Hex | C1 | 11 | 7E | 0 | 5B | 23 | 18 | 143 | 54 | 29 |
| Octal | 301 | 21 | 176 | 0 | 133 | 43 | 30 | 503 | 124 | 51 |
| Binary | 11000001 | 10001 | 1111110 | 0 | 1011011 | 100011 | 11000 | 101000011 | 1010100 | 101001 |
Color Harmonies of #C1117E
Complementary color
Monochromatic Colors of #C1117E
Black with #C1117E
Text Example
Text Example
White with #C1117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1117E; }
p { color: rgb(193,17,126); }
H1.HeaderClassName
{
color: #C1117E;
}
.AnyTagClassName
{
color: #C1117E;
}
</style>
background-color css
<style>
a { background-color: #C1117E; }
a { background-color: rgb(193,17,126); }
div.DivClassName
{
background-color: #C1117E;
}
.BgClassName
{
background-color: #C1117E;
}
</style>
border-color css
<style>
span { border-color: #C1117E; }
span { border-color: rgb(193,17,126); }
td.TdClassName
{
border-color: #C1117E;
}
.TagClassName
{
border-color: #C1117E;
}
</style>