Shades of Medium Violet Red #C1199D
Tints of Medium Violet Red #C1199D
RGB
CMYK
RGB Variations
Color information
#C1199D (or 0xC1199D) is known color: Medium Violet Red. HEX triplet: C1, 19 and 9D. RGB value is (193,25,157). Sum of RGB (Red+Green+Blue) = 193+25+157=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1199D is #3EE662. Grayscale: #595959. Windows color (decimal): -4122211 or 10295745. OLE color: 10295745.
HSL color Cylindrical-coordinate representation of color #C1199D: hue angle of 312.86º 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 #C1199D is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 157 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.24 |
| HSL | 312.86º | 0.77% | 0.43% | - |
| HSV(B) | 312.86º | 0.87% | 0.76% | - |
| XYZ | 28.43 | 14.47 | 33.19 | - |
| YUV | 90.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 157 | 0 | 0.87 | 0.19 | 0.24 | 312.86 | 0.77 | 0.43 |
| Hex | C1 | 19 | 9D | 0 | 57 | 13 | 18 | 139 | 4D | 2B |
| Octal | 301 | 31 | 235 | 0 | 127 | 23 | 30 | 471 | 115 | 53 |
| Binary | 11000001 | 11001 | 10011101 | 0 | 1010111 | 10011 | 11000 | 100111001 | 1001101 | 101011 |
Color Harmonies of #C1199D
Complementary color
Monochromatic Colors of #C1199D
Black with #C1199D
Text Example
Text Example
White with #C1199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1199D; }
p { color: rgb(193,25,157); }
H1.HeaderClassName
{
color: #C1199D;
}
.AnyTagClassName
{
color: #C1199D;
}
</style>
background-color css
<style>
a { background-color: #C1199D; }
a { background-color: rgb(193,25,157); }
div.DivClassName
{
background-color: #C1199D;
}
.BgClassName
{
background-color: #C1199D;
}
</style>
border-color css
<style>
span { border-color: #C1199D; }
span { border-color: rgb(193,25,157); }
td.TdClassName
{
border-color: #C1199D;
}
.TagClassName
{
border-color: #C1199D;
}
</style>