Shades of Medium Violet Red #C1188E
Tints of Medium Violet Red #C1188E
RGB
CMYK
RGB Variations
Color information
#C1188E (or 0xC1188E) is known color: Medium Violet Red. HEX triplet: C1, 18 and 8E. RGB value is (193,24,142). Sum of RGB (Red+Green+Blue) = 193+24+142=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C1188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1188E is #3EE771. Grayscale: #575757. Windows color (decimal): -4122482 or 9312449. OLE color: 9312449.
HSL color Cylindrical-coordinate representation of color #C1188E: hue angle of 318.11º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1188E is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 142 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.24 |
| HSL | 318.11º | 0.78% | 0.43% | - |
| HSV(B) | 318.11º | 0.88% | 0.76% | - |
| XYZ | 27.2 | 13.94 | 26.85 | - |
| YUV | 87.98 | 158.49 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 142 | 0 | 0.88 | 0.26 | 0.24 | 318.11 | 0.78 | 0.43 |
| Hex | C1 | 18 | 8E | 0 | 58 | 1A | 18 | 13E | 4E | 2B |
| Octal | 301 | 30 | 216 | 0 | 130 | 32 | 30 | 476 | 116 | 53 |
| Binary | 11000001 | 11000 | 10001110 | 0 | 1011000 | 11010 | 11000 | 100111110 | 1001110 | 101011 |
Color Harmonies of #C1188E
Complementary color
Monochromatic Colors of #C1188E
Black with #C1188E
Text Example
Text Example
White with #C1188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1188E; }
p { color: rgb(193,24,142); }
H1.HeaderClassName
{
color: #C1188E;
}
.AnyTagClassName
{
color: #C1188E;
}
</style>
background-color css
<style>
a { background-color: #C1188E; }
a { background-color: rgb(193,24,142); }
div.DivClassName
{
background-color: #C1188E;
}
.BgClassName
{
background-color: #C1188E;
}
</style>
border-color css
<style>
span { border-color: #C1188E; }
span { border-color: rgb(193,24,142); }
td.TdClassName
{
border-color: #C1188E;
}
.TagClassName
{
border-color: #C1188E;
}
</style>