Shades of Medium Violet Red #C1117B
Tints of Medium Violet Red #C1117B
RGB
CMYK
RGB Variations
Color information
#C1117B (or 0xC1117B) is known color: Medium Violet Red. HEX triplet: C1, 11 and 7B. RGB value is (193,17,123). Sum of RGB (Red+Green+Blue) = 193+17+123=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C1117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1117B is #3EEE84. Grayscale: #515151. Windows color (decimal): -4124293 or 8065473. OLE color: 8065473.
HSL color Cylindrical-coordinate representation of color #C1117B: hue angle of 323.86º 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 #C1117B is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 123 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.24 |
| HSL | 323.86º | 0.84% | 0.41% | - |
| HSV(B) | 323.86º | 0.91% | 0.76% | - |
| XYZ | 25.77 | 13.17 | 19.92 | - |
| YUV | 81.71 | 151.31 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 123 | 0 | 0.91 | 0.36 | 0.24 | 323.86 | 0.84 | 0.41 |
| Hex | C1 | 11 | 7B | 0 | 5B | 24 | 18 | 144 | 54 | 29 |
| Octal | 301 | 21 | 173 | 0 | 133 | 44 | 30 | 504 | 124 | 51 |
| Binary | 11000001 | 10001 | 1111011 | 0 | 1011011 | 100100 | 11000 | 101000100 | 1010100 | 101001 |
Color Harmonies of #C1117B
Complementary color
Monochromatic Colors of #C1117B
Black with #C1117B
Text Example
Text Example
White with #C1117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1117B; }
p { color: rgb(193,17,123); }
H1.HeaderClassName
{
color: #C1117B;
}
.AnyTagClassName
{
color: #C1117B;
}
</style>
background-color css
<style>
a { background-color: #C1117B; }
a { background-color: rgb(193,17,123); }
div.DivClassName
{
background-color: #C1117B;
}
.BgClassName
{
background-color: #C1117B;
}
</style>
border-color css
<style>
span { border-color: #C1117B; }
span { border-color: rgb(193,17,123); }
td.TdClassName
{
border-color: #C1117B;
}
.TagClassName
{
border-color: #C1117B;
}
</style>