Shades of Medium Violet Red #C1138B
Tints of Medium Violet Red #C1138B
RGB
CMYK
RGB Variations
Color information
#C1138B (or 0xC1138B) is known color: Medium Violet Red. HEX triplet: C1, 13 and 8B. RGB value is (193,19,139). Sum of RGB (Red+Green+Blue) = 193+19+139=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1138B is #3EEC74. Grayscale: #545454. Windows color (decimal): -4123765 or 9114561. OLE color: 9114561.
HSL color Cylindrical-coordinate representation of color #C1138B: hue angle of 318.62º 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 #C1138B is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 139 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.24 |
| HSL | 318.62º | 0.82% | 0.42% | - |
| HSV(B) | 318.62º | 0.9% | 0.76% | - |
| XYZ | 26.89 | 13.67 | 25.65 | - |
| YUV | 84.71 | 158.65 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 139 | 0 | 0.90 | 0.28 | 0.24 | 318.62 | 0.82 | 0.42 |
| Hex | C1 | 13 | 8B | 0 | 5A | 1C | 18 | 13F | 52 | 2A |
| Octal | 301 | 23 | 213 | 0 | 132 | 34 | 30 | 477 | 122 | 52 |
| Binary | 11000001 | 10011 | 10001011 | 0 | 1011010 | 11100 | 11000 | 100111111 | 1010010 | 101010 |
Color Harmonies of #C1138B
Complementary color
Monochromatic Colors of #C1138B
Black with #C1138B
Text Example
Text Example
White with #C1138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1138B; }
p { color: rgb(193,19,139); }
H1.HeaderClassName
{
color: #C1138B;
}
.AnyTagClassName
{
color: #C1138B;
}
</style>
background-color css
<style>
a { background-color: #C1138B; }
a { background-color: rgb(193,19,139); }
div.DivClassName
{
background-color: #C1138B;
}
.BgClassName
{
background-color: #C1138B;
}
</style>
border-color css
<style>
span { border-color: #C1138B; }
span { border-color: rgb(193,19,139); }
td.TdClassName
{
border-color: #C1138B;
}
.TagClassName
{
border-color: #C1138B;
}
</style>