Shades of Medium Violet Red #C1168D
Tints of Medium Violet Red #C1168D
RGB
CMYK
RGB Variations
Color information
#C1168D (or 0xC1168D) is known color: Medium Violet Red. HEX triplet: C1, 16 and 8D. RGB value is (193,22,141). Sum of RGB (Red+Green+Blue) = 193+22+141=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1168D is #3EE972. Grayscale: #565656. Windows color (decimal): -4122995 or 9246401. OLE color: 9246401.
HSL color Cylindrical-coordinate representation of color #C1168D: hue angle of 318.25º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1168D is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 141 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.24 |
| HSL | 318.25º | 0.8% | 0.42% | - |
| HSV(B) | 318.25º | 0.89% | 0.76% | - |
| XYZ | 27.09 | 13.83 | 26.44 | - |
| YUV | 86.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 141 | 0 | 0.89 | 0.27 | 0.24 | 318.25 | 0.8 | 0.42 |
| Hex | C1 | 16 | 8D | 0 | 59 | 1B | 18 | 13E | 50 | 2A |
| Octal | 301 | 26 | 215 | 0 | 131 | 33 | 30 | 476 | 120 | 52 |
| Binary | 11000001 | 10110 | 10001101 | 0 | 1011001 | 11011 | 11000 | 100111110 | 1010000 | 101010 |
Color Harmonies of #C1168D
Complementary color
Monochromatic Colors of #C1168D
Black with #C1168D
Text Example
Text Example
White with #C1168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1168D; }
p { color: rgb(193,22,141); }
H1.HeaderClassName
{
color: #C1168D;
}
.AnyTagClassName
{
color: #C1168D;
}
</style>
background-color css
<style>
a { background-color: #C1168D; }
a { background-color: rgb(193,22,141); }
div.DivClassName
{
background-color: #C1168D;
}
.BgClassName
{
background-color: #C1168D;
}
</style>
border-color css
<style>
span { border-color: #C1168D; }
span { border-color: rgb(193,22,141); }
td.TdClassName
{
border-color: #C1168D;
}
.TagClassName
{
border-color: #C1168D;
}
</style>