Shades of Medium Violet Red #C12095
Tints of Medium Violet Red #C12095
RGB
CMYK
RGB Variations
Color information
#C12095 (or 0xC12095) is known color: Medium Violet Red. HEX triplet: C1, 20 and 95. RGB value is (193,32,149). Sum of RGB (Red+Green+Blue) = 193+32+149=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C12095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12095 is #3EDF6A. Grayscale: #5D5D5D. Windows color (decimal): -4120427 or 9773249. OLE color: 9773249.
HSL color Cylindrical-coordinate representation of color #C12095: hue angle of 316.4º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12095 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 149 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.24 |
| HSL | 316.4º | 0.72% | 0.44% | - |
| HSV(B) | 316.4º | 0.83% | 0.76% | - |
| XYZ | 27.93 | 14.54 | 29.77 | - |
| YUV | 93.48 | 159.34 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 149 | 0 | 0.83 | 0.23 | 0.24 | 316.4 | 0.72 | 0.44 |
| Hex | C1 | 20 | 95 | 0 | 53 | 17 | 18 | 13C | 48 | 2C |
| Octal | 301 | 40 | 225 | 0 | 123 | 27 | 30 | 474 | 110 | 54 |
| Binary | 11000001 | 100000 | 10010101 | 0 | 1010011 | 10111 | 11000 | 100111100 | 1001000 | 101100 |
Color Harmonies of #C12095
Complementary color
Monochromatic Colors of #C12095
Black with #C12095
Text Example
Text Example
White with #C12095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12095; }
p { color: rgb(193,32,149); }
H1.HeaderClassName
{
color: #C12095;
}
.AnyTagClassName
{
color: #C12095;
}
</style>
background-color css
<style>
a { background-color: #C12095; }
a { background-color: rgb(193,32,149); }
div.DivClassName
{
background-color: #C12095;
}
.BgClassName
{
background-color: #C12095;
}
</style>
border-color css
<style>
span { border-color: #C12095; }
span { border-color: rgb(193,32,149); }
td.TdClassName
{
border-color: #C12095;
}
.TagClassName
{
border-color: #C12095;
}
</style>