Shades of Medium Violet Red #C1188C
Tints of Medium Violet Red #C1188C
RGB
CMYK
RGB Variations
Color information
#C1188C (or 0xC1188C) is known color: Medium Violet Red. HEX triplet: C1, 18 and 8C. RGB value is (193,24,140). Sum of RGB (Red+Green+Blue) = 193+24+140=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1188C is #3EE773. Grayscale: #575757. Windows color (decimal): -4122484 or 9181377. OLE color: 9181377.
HSL color Cylindrical-coordinate representation of color #C1188C: hue angle of 318.82º 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 #C1188C is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 140 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.24 |
| HSL | 318.82º | 0.78% | 0.43% | - |
| HSV(B) | 318.82º | 0.88% | 0.76% | - |
| XYZ | 27.05 | 13.88 | 26.07 | - |
| YUV | 87.76 | 157.49 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 140 | 0 | 0.88 | 0.27 | 0.24 | 318.82 | 0.78 | 0.43 |
| Hex | C1 | 18 | 8C | 0 | 58 | 1B | 18 | 13F | 4E | 2B |
| Octal | 301 | 30 | 214 | 0 | 130 | 33 | 30 | 477 | 116 | 53 |
| Binary | 11000001 | 11000 | 10001100 | 0 | 1011000 | 11011 | 11000 | 100111111 | 1001110 | 101011 |
Color Harmonies of #C1188C
Complementary color
Monochromatic Colors of #C1188C
Black with #C1188C
Text Example
Text Example
White with #C1188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1188C; }
p { color: rgb(193,24,140); }
H1.HeaderClassName
{
color: #C1188C;
}
.AnyTagClassName
{
color: #C1188C;
}
</style>
background-color css
<style>
a { background-color: #C1188C; }
a { background-color: rgb(193,24,140); }
div.DivClassName
{
background-color: #C1188C;
}
.BgClassName
{
background-color: #C1188C;
}
</style>
border-color css
<style>
span { border-color: #C1188C; }
span { border-color: rgb(193,24,140); }
td.TdClassName
{
border-color: #C1188C;
}
.TagClassName
{
border-color: #C1188C;
}
</style>