Shades of Medium Violet Red #C1178A
Tints of Medium Violet Red #C1178A
RGB
CMYK
RGB Variations
Color information
#C1178A (or 0xC1178A) is known color: Medium Violet Red. HEX triplet: C1, 17 and 8A. RGB value is (193,23,138). Sum of RGB (Red+Green+Blue) = 193+23+138=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1178A is #3EE875. Grayscale: #565656. Windows color (decimal): -4122742 or 9050049. OLE color: 9050049.
HSL color Cylindrical-coordinate representation of color #C1178A: hue angle of 319.41º 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 #C1178A is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 138 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.24 |
| HSL | 319.41º | 0.79% | 0.42% | - |
| HSV(B) | 319.41º | 0.88% | 0.76% | - |
| XYZ | 26.89 | 13.79 | 25.29 | - |
| YUV | 86.94 | 156.82 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 138 | 0 | 0.88 | 0.28 | 0.24 | 319.41 | 0.79 | 0.42 |
| Hex | C1 | 17 | 8A | 0 | 58 | 1C | 18 | 13F | 4F | 2A |
| Octal | 301 | 27 | 212 | 0 | 130 | 34 | 30 | 477 | 117 | 52 |
| Binary | 11000001 | 10111 | 10001010 | 0 | 1011000 | 11100 | 11000 | 100111111 | 1001111 | 101010 |
Color Harmonies of #C1178A
Complementary color
Monochromatic Colors of #C1178A
Black with #C1178A
Text Example
Text Example
White with #C1178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1178A; }
p { color: rgb(193,23,138); }
H1.HeaderClassName
{
color: #C1178A;
}
.AnyTagClassName
{
color: #C1178A;
}
</style>
background-color css
<style>
a { background-color: #C1178A; }
a { background-color: rgb(193,23,138); }
div.DivClassName
{
background-color: #C1178A;
}
.BgClassName
{
background-color: #C1178A;
}
</style>
border-color css
<style>
span { border-color: #C1178A; }
span { border-color: rgb(193,23,138); }
td.TdClassName
{
border-color: #C1178A;
}
.TagClassName
{
border-color: #C1178A;
}
</style>