Shades of Medium Violet Red #C1177A
Tints of Medium Violet Red #C1177A
RGB
CMYK
RGB Variations
Color information
#C1177A (or 0xC1177A) is known color: Medium Violet Red. HEX triplet: C1, 17 and 7A. RGB value is (193,23,122). Sum of RGB (Red+Green+Blue) = 193+23+122=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1177A is #3EE885. Grayscale: #545454. Windows color (decimal): -4122758 or 8001473. OLE color: 8001473.
HSL color Cylindrical-coordinate representation of color #C1177A: hue angle of 325.06º 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 #C1177A is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 122 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.24 |
| HSL | 325.06º | 0.79% | 0.42% | - |
| HSV(B) | 325.06º | 0.88% | 0.76% | - |
| XYZ | 25.81 | 13.36 | 19.63 | - |
| YUV | 85.12 | 148.82 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 122 | 0 | 0.88 | 0.37 | 0.24 | 325.06 | 0.79 | 0.42 |
| Hex | C1 | 17 | 7A | 0 | 58 | 25 | 18 | 145 | 4F | 2A |
| Octal | 301 | 27 | 172 | 0 | 130 | 45 | 30 | 505 | 117 | 52 |
| Binary | 11000001 | 10111 | 1111010 | 0 | 1011000 | 100101 | 11000 | 101000101 | 1001111 | 101010 |
Color Harmonies of #C1177A
Complementary color
Monochromatic Colors of #C1177A
Black with #C1177A
Text Example
Text Example
White with #C1177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1177A; }
p { color: rgb(193,23,122); }
H1.HeaderClassName
{
color: #C1177A;
}
.AnyTagClassName
{
color: #C1177A;
}
</style>
background-color css
<style>
a { background-color: #C1177A; }
a { background-color: rgb(193,23,122); }
div.DivClassName
{
background-color: #C1177A;
}
.BgClassName
{
background-color: #C1177A;
}
</style>
border-color css
<style>
span { border-color: #C1177A; }
span { border-color: rgb(193,23,122); }
td.TdClassName
{
border-color: #C1177A;
}
.TagClassName
{
border-color: #C1177A;
}
</style>