Shades of Medium Violet Red #C1178C
Tints of Medium Violet Red #C1178C
RGB
CMYK
RGB Variations
Color information
#C1178C (or 0xC1178C) is known color: Medium Violet Red. HEX triplet: C1, 17 and 8C. RGB value is (193,23,140). Sum of RGB (Red+Green+Blue) = 193+23+140=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1178C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1178C is #3EE873. Grayscale: #565656. Windows color (decimal): -4122740 or 9181121. OLE color: 9181121.
HSL color Cylindrical-coordinate representation of color #C1178C: hue angle of 318.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1178C is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 140 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.24 |
| HSL | 318.71º | 0.79% | 0.42% | - |
| HSV(B) | 318.71º | 0.88% | 0.76% | - |
| XYZ | 27.03 | 13.84 | 26.06 | - |
| YUV | 87.17 | 157.82 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 140 | 0 | 0.88 | 0.27 | 0.24 | 318.71 | 0.79 | 0.42 |
| Hex | C1 | 17 | 8C | 0 | 58 | 1B | 18 | 13F | 4F | 2A |
| Octal | 301 | 27 | 214 | 0 | 130 | 33 | 30 | 477 | 117 | 52 |
| Binary | 11000001 | 10111 | 10001100 | 0 | 1011000 | 11011 | 11000 | 100111111 | 1001111 | 101010 |
Color Harmonies of #C1178C
Complementary color
Monochromatic Colors of #C1178C
Black with #C1178C
Text Example
Text Example
White with #C1178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1178C; }
p { color: rgb(193,23,140); }
H1.HeaderClassName
{
color: #C1178C;
}
.AnyTagClassName
{
color: #C1178C;
}
</style>
background-color css
<style>
a { background-color: #C1178C; }
a { background-color: rgb(193,23,140); }
div.DivClassName
{
background-color: #C1178C;
}
.BgClassName
{
background-color: #C1178C;
}
</style>
border-color css
<style>
span { border-color: #C1178C; }
span { border-color: rgb(193,23,140); }
td.TdClassName
{
border-color: #C1178C;
}
.TagClassName
{
border-color: #C1178C;
}
</style>