Shades of Medium Violet Red #C1198C
Tints of Medium Violet Red #C1198C
RGB
CMYK
RGB Variations
Color information
#C1198C (or 0xC1198C) is known color: Medium Violet Red. HEX triplet: C1, 19 and 8C. RGB value is (193,25,140). Sum of RGB (Red+Green+Blue) = 193+25+140=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1198C is #3EE673. Grayscale: #585858. Windows color (decimal): -4122228 or 9181633. OLE color: 9181633.
HSL color Cylindrical-coordinate representation of color #C1198C: hue angle of 318.93º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1198C is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 140 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.24 |
| HSL | 318.93º | 0.77% | 0.43% | - |
| HSV(B) | 318.93º | 0.87% | 0.76% | - |
| XYZ | 27.07 | 13.93 | 26.07 | - |
| YUV | 88.34 | 157.16 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 140 | 0 | 0.87 | 0.27 | 0.24 | 318.93 | 0.77 | 0.43 |
| Hex | C1 | 19 | 8C | 0 | 57 | 1B | 18 | 13F | 4D | 2B |
| Octal | 301 | 31 | 214 | 0 | 127 | 33 | 30 | 477 | 115 | 53 |
| Binary | 11000001 | 11001 | 10001100 | 0 | 1010111 | 11011 | 11000 | 100111111 | 1001101 | 101011 |
Color Harmonies of #C1198C
Complementary color
Monochromatic Colors of #C1198C
Black with #C1198C
Text Example
Text Example
White with #C1198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1198C; }
p { color: rgb(193,25,140); }
H1.HeaderClassName
{
color: #C1198C;
}
.AnyTagClassName
{
color: #C1198C;
}
</style>
background-color css
<style>
a { background-color: #C1198C; }
a { background-color: rgb(193,25,140); }
div.DivClassName
{
background-color: #C1198C;
}
.BgClassName
{
background-color: #C1198C;
}
</style>
border-color css
<style>
span { border-color: #C1198C; }
span { border-color: rgb(193,25,140); }
td.TdClassName
{
border-color: #C1198C;
}
.TagClassName
{
border-color: #C1198C;
}
</style>