Shades of Medium Violet Red #C1179D
Tints of Medium Violet Red #C1179D
RGB
CMYK
RGB Variations
Color information
#C1179D (or 0xC1179D) is known color: Medium Violet Red. HEX triplet: C1, 17 and 9D. RGB value is (193,23,157). Sum of RGB (Red+Green+Blue) = 193+23+157=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1179D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1179D is #3EE862. Grayscale: #585858. Windows color (decimal): -4122723 or 10295233. OLE color: 10295233.
HSL color Cylindrical-coordinate representation of color #C1179D: hue angle of 312.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 #C1179D is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 157 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.24 |
| HSL | 312.71º | 0.79% | 0.42% | - |
| HSV(B) | 312.71º | 0.88% | 0.76% | - |
| XYZ | 28.38 | 14.38 | 33.18 | - |
| YUV | 89.11 | 166.32 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 157 | 0 | 0.88 | 0.19 | 0.24 | 312.71 | 0.79 | 0.42 |
| Hex | C1 | 17 | 9D | 0 | 58 | 13 | 18 | 139 | 4F | 2A |
| Octal | 301 | 27 | 235 | 0 | 130 | 23 | 30 | 471 | 117 | 52 |
| Binary | 11000001 | 10111 | 10011101 | 0 | 1011000 | 10011 | 11000 | 100111001 | 1001111 | 101010 |
Color Harmonies of #C1179D
Complementary color
Monochromatic Colors of #C1179D
Black with #C1179D
Text Example
Text Example
White with #C1179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1179D; }
p { color: rgb(193,23,157); }
H1.HeaderClassName
{
color: #C1179D;
}
.AnyTagClassName
{
color: #C1179D;
}
</style>
background-color css
<style>
a { background-color: #C1179D; }
a { background-color: rgb(193,23,157); }
div.DivClassName
{
background-color: #C1179D;
}
.BgClassName
{
background-color: #C1179D;
}
</style>
border-color css
<style>
span { border-color: #C1179D; }
span { border-color: rgb(193,23,157); }
td.TdClassName
{
border-color: #C1179D;
}
.TagClassName
{
border-color: #C1179D;
}
</style>