Shades of Medium Violet Red #C1179A
Tints of Medium Violet Red #C1179A
RGB
CMYK
RGB Variations
Color information
#C1179A (or 0xC1179A) is known color: Medium Violet Red. HEX triplet: C1, 17 and 9A. RGB value is (193,23,154). Sum of RGB (Red+Green+Blue) = 193+23+154=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1179A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1179A is #3EE865. Grayscale: #585858. Windows color (decimal): -4122726 or 10098625. OLE color: 10098625.
HSL color Cylindrical-coordinate representation of color #C1179A: hue angle of 313.76º 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 #C1179A is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 154 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.24 |
| HSL | 313.76º | 0.79% | 0.42% | - |
| HSV(B) | 313.76º | 0.88% | 0.76% | - |
| XYZ | 28.13 | 14.28 | 31.85 | - |
| YUV | 88.76 | 164.82 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 154 | 0 | 0.88 | 0.20 | 0.24 | 313.76 | 0.79 | 0.42 |
| Hex | C1 | 17 | 9A | 0 | 58 | 14 | 18 | 13A | 4F | 2A |
| Octal | 301 | 27 | 232 | 0 | 130 | 24 | 30 | 472 | 117 | 52 |
| Binary | 11000001 | 10111 | 10011010 | 0 | 1011000 | 10100 | 11000 | 100111010 | 1001111 | 101010 |
Color Harmonies of #C1179A
Complementary color
Monochromatic Colors of #C1179A
Black with #C1179A
Text Example
Text Example
White with #C1179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1179A; }
p { color: rgb(193,23,154); }
H1.HeaderClassName
{
color: #C1179A;
}
.AnyTagClassName
{
color: #C1179A;
}
</style>
background-color css
<style>
a { background-color: #C1179A; }
a { background-color: rgb(193,23,154); }
div.DivClassName
{
background-color: #C1179A;
}
.BgClassName
{
background-color: #C1179A;
}
</style>
border-color css
<style>
span { border-color: #C1179A; }
span { border-color: rgb(193,23,154); }
td.TdClassName
{
border-color: #C1179A;
}
.TagClassName
{
border-color: #C1179A;
}
</style>