Shades of Medium Violet Red #C1138D
Tints of Medium Violet Red #C1138D
RGB
CMYK
RGB Variations
Color information
#C1138D (or 0xC1138D) is known color: Medium Violet Red. HEX triplet: C1, 13 and 8D. RGB value is (193,19,141). Sum of RGB (Red+Green+Blue) = 193+19+141=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1138D is #3EEC72. Grayscale: #545454. Windows color (decimal): -4123763 or 9245633. OLE color: 9245633.
HSL color Cylindrical-coordinate representation of color #C1138D: hue angle of 317.93º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1138D is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 141 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.24 |
| HSL | 317.93º | 0.82% | 0.42% | - |
| HSV(B) | 317.93º | 0.9% | 0.76% | - |
| XYZ | 27.03 | 13.73 | 26.42 | - |
| YUV | 84.93 | 159.65 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 141 | 0 | 0.90 | 0.27 | 0.24 | 317.93 | 0.82 | 0.42 |
| Hex | C1 | 13 | 8D | 0 | 5A | 1B | 18 | 13E | 52 | 2A |
| Octal | 301 | 23 | 215 | 0 | 132 | 33 | 30 | 476 | 122 | 52 |
| Binary | 11000001 | 10011 | 10001101 | 0 | 1011010 | 11011 | 11000 | 100111110 | 1010010 | 101010 |
Color Harmonies of #C1138D
Complementary color
Monochromatic Colors of #C1138D
Black with #C1138D
Text Example
Text Example
White with #C1138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1138D; }
p { color: rgb(193,19,141); }
H1.HeaderClassName
{
color: #C1138D;
}
.AnyTagClassName
{
color: #C1138D;
}
</style>
background-color css
<style>
a { background-color: #C1138D; }
a { background-color: rgb(193,19,141); }
div.DivClassName
{
background-color: #C1138D;
}
.BgClassName
{
background-color: #C1138D;
}
</style>
border-color css
<style>
span { border-color: #C1138D; }
span { border-color: rgb(193,19,141); }
td.TdClassName
{
border-color: #C1138D;
}
.TagClassName
{
border-color: #C1138D;
}
</style>