Shades of Medium Violet Red #C1118A
Tints of Medium Violet Red #C1118A
RGB
CMYK
RGB Variations
Color information
#C1118A (or 0xC1118A) is known color: Medium Violet Red. HEX triplet: C1, 11 and 8A. RGB value is (193,17,138). Sum of RGB (Red+Green+Blue) = 193+17+138=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C1118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1118A is #3EEE75. Grayscale: #535353. Windows color (decimal): -4124278 or 9048513. OLE color: 9048513.
HSL color Cylindrical-coordinate representation of color #C1118A: hue angle of 318.75º 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 #C1118A is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 138 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.24 |
| HSL | 318.75º | 0.84% | 0.41% | - |
| HSV(B) | 318.75º | 0.91% | 0.76% | - |
| XYZ | 26.78 | 13.57 | 25.25 | - |
| YUV | 83.42 | 158.81 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 138 | 0 | 0.91 | 0.28 | 0.24 | 318.75 | 0.84 | 0.41 |
| Hex | C1 | 11 | 8A | 0 | 5B | 1C | 18 | 13F | 54 | 29 |
| Octal | 301 | 21 | 212 | 0 | 133 | 34 | 30 | 477 | 124 | 51 |
| Binary | 11000001 | 10001 | 10001010 | 0 | 1011011 | 11100 | 11000 | 100111111 | 1010100 | 101001 |
Color Harmonies of #C1118A
Complementary color
Monochromatic Colors of #C1118A
Black with #C1118A
Text Example
Text Example
White with #C1118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1118A; }
p { color: rgb(193,17,138); }
H1.HeaderClassName
{
color: #C1118A;
}
.AnyTagClassName
{
color: #C1118A;
}
</style>
background-color css
<style>
a { background-color: #C1118A; }
a { background-color: rgb(193,17,138); }
div.DivClassName
{
background-color: #C1118A;
}
.BgClassName
{
background-color: #C1118A;
}
</style>
border-color css
<style>
span { border-color: #C1118A; }
span { border-color: rgb(193,17,138); }
td.TdClassName
{
border-color: #C1118A;
}
.TagClassName
{
border-color: #C1118A;
}
</style>