Shades of Medium Violet Red #C1177E
Tints of Medium Violet Red #C1177E
RGB
CMYK
RGB Variations
Color information
#C1177E (or 0xC1177E) is known color: Medium Violet Red. HEX triplet: C1, 17 and 7E. RGB value is (193,23,126). Sum of RGB (Red+Green+Blue) = 193+23+126=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C1177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1177E is #3EE881. Grayscale: #555555. Windows color (decimal): -4122754 or 8263617. OLE color: 8263617.
HSL color Cylindrical-coordinate representation of color #C1177E: hue angle of 323.65º 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 #C1177E is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 126 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.24 |
| HSL | 323.65º | 0.79% | 0.42% | - |
| HSV(B) | 323.65º | 0.88% | 0.76% | - |
| XYZ | 26.06 | 13.46 | 20.96 | - |
| YUV | 85.57 | 150.82 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 126 | 0 | 0.88 | 0.35 | 0.24 | 323.65 | 0.79 | 0.42 |
| Hex | C1 | 17 | 7E | 0 | 58 | 23 | 18 | 144 | 4F | 2A |
| Octal | 301 | 27 | 176 | 0 | 130 | 43 | 30 | 504 | 117 | 52 |
| Binary | 11000001 | 10111 | 1111110 | 0 | 1011000 | 100011 | 11000 | 101000100 | 1001111 | 101010 |
Color Harmonies of #C1177E
Complementary color
Monochromatic Colors of #C1177E
Black with #C1177E
Text Example
Text Example
White with #C1177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1177E; }
p { color: rgb(193,23,126); }
H1.HeaderClassName
{
color: #C1177E;
}
.AnyTagClassName
{
color: #C1177E;
}
</style>
background-color css
<style>
a { background-color: #C1177E; }
a { background-color: rgb(193,23,126); }
div.DivClassName
{
background-color: #C1177E;
}
.BgClassName
{
background-color: #C1177E;
}
</style>
border-color css
<style>
span { border-color: #C1177E; }
span { border-color: rgb(193,23,126); }
td.TdClassName
{
border-color: #C1177E;
}
.TagClassName
{
border-color: #C1177E;
}
</style>