Shades of Medium Violet Red #C1199C
Tints of Medium Violet Red #C1199C
RGB
CMYK
RGB Variations
Color information
#C1199C (or 0xC1199C) is known color: Medium Violet Red. HEX triplet: C1, 19 and 9C. RGB value is (193,25,156). Sum of RGB (Red+Green+Blue) = 193+25+156=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1199C is #3EE663. Grayscale: #595959. Windows color (decimal): -4122212 or 10230209. OLE color: 10230209.
HSL color Cylindrical-coordinate representation of color #C1199C: hue angle of 313.21º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1199C is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 156 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.24 |
| HSL | 313.21º | 0.77% | 0.43% | - |
| HSV(B) | 313.21º | 0.87% | 0.76% | - |
| XYZ | 28.34 | 14.43 | 32.74 | - |
| YUV | 90.17 | 165.16 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 156 | 0 | 0.87 | 0.19 | 0.24 | 313.21 | 0.77 | 0.43 |
| Hex | C1 | 19 | 9C | 0 | 57 | 13 | 18 | 139 | 4D | 2B |
| Octal | 301 | 31 | 234 | 0 | 127 | 23 | 30 | 471 | 115 | 53 |
| Binary | 11000001 | 11001 | 10011100 | 0 | 1010111 | 10011 | 11000 | 100111001 | 1001101 | 101011 |
Color Harmonies of #C1199C
Complementary color
Monochromatic Colors of #C1199C
Black with #C1199C
Text Example
Text Example
White with #C1199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1199C; }
p { color: rgb(193,25,156); }
H1.HeaderClassName
{
color: #C1199C;
}
.AnyTagClassName
{
color: #C1199C;
}
</style>
background-color css
<style>
a { background-color: #C1199C; }
a { background-color: rgb(193,25,156); }
div.DivClassName
{
background-color: #C1199C;
}
.BgClassName
{
background-color: #C1199C;
}
</style>
border-color css
<style>
span { border-color: #C1199C; }
span { border-color: rgb(193,25,156); }
td.TdClassName
{
border-color: #C1199C;
}
.TagClassName
{
border-color: #C1199C;
}
</style>