Shades of Medium Violet Red #C1119B
Tints of Medium Violet Red #C1119B
RGB
CMYK
RGB Variations
Color information
#C1119B (or 0xC1119B) is known color: Medium Violet Red. HEX triplet: C1, 11 and 9B. RGB value is (193,17,155). Sum of RGB (Red+Green+Blue) = 193+17+155=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1119B is #3EEE64. Grayscale: #545454. Windows color (decimal): -4124261 or 10162625. OLE color: 10162625.
HSL color Cylindrical-coordinate representation of color #C1119B: hue angle of 312.95º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1119B is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 155 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.24 |
| HSL | 312.95º | 0.84% | 0.41% | - |
| HSV(B) | 312.95º | 0.91% | 0.76% | - |
| XYZ | 28.11 | 14.1 | 32.25 | - |
| YUV | 85.36 | 167.31 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 155 | 0 | 0.91 | 0.20 | 0.24 | 312.95 | 0.84 | 0.41 |
| Hex | C1 | 11 | 9B | 0 | 5B | 14 | 18 | 139 | 54 | 29 |
| Octal | 301 | 21 | 233 | 0 | 133 | 24 | 30 | 471 | 124 | 51 |
| Binary | 11000001 | 10001 | 10011011 | 0 | 1011011 | 10100 | 11000 | 100111001 | 1010100 | 101001 |
Color Harmonies of #C1119B
Complementary color
Monochromatic Colors of #C1119B
Black with #C1119B
Text Example
Text Example
White with #C1119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1119B; }
p { color: rgb(193,17,155); }
H1.HeaderClassName
{
color: #C1119B;
}
.AnyTagClassName
{
color: #C1119B;
}
</style>
background-color css
<style>
a { background-color: #C1119B; }
a { background-color: rgb(193,17,155); }
div.DivClassName
{
background-color: #C1119B;
}
.BgClassName
{
background-color: #C1119B;
}
</style>
border-color css
<style>
span { border-color: #C1119B; }
span { border-color: rgb(193,17,155); }
td.TdClassName
{
border-color: #C1119B;
}
.TagClassName
{
border-color: #C1119B;
}
</style>