Shades of Medium Violet Red #C12193
Tints of Medium Violet Red #C12193
RGB
CMYK
RGB Variations
Color information
#C12193 (or 0xC12193) is known color: Medium Violet Red. HEX triplet: C1, 21 and 93. RGB value is (193,33,147). Sum of RGB (Red+Green+Blue) = 193+33+147=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C12193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12193 is #3EDE6C. Grayscale: #5D5D5D. Windows color (decimal): -4120173 or 9642433. OLE color: 9642433.
HSL color Cylindrical-coordinate representation of color #C12193: hue angle of 317.25º degrees, saturation: 0.71, 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 #C12193 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 147 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.24 |
| HSL | 317.25º | 0.71% | 0.44% | - |
| HSV(B) | 317.25º | 0.83% | 0.76% | - |
| XYZ | 27.8 | 14.53 | 28.94 | - |
| YUV | 93.84 | 158.01 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 147 | 0 | 0.83 | 0.24 | 0.24 | 317.25 | 0.71 | 0.44 |
| Hex | C1 | 21 | 93 | 0 | 53 | 18 | 18 | 13D | 47 | 2C |
| Octal | 301 | 41 | 223 | 0 | 123 | 30 | 30 | 475 | 107 | 54 |
| Binary | 11000001 | 100001 | 10010011 | 0 | 1010011 | 11000 | 11000 | 100111101 | 1000111 | 101100 |
Color Harmonies of #C12193
Complementary color
Monochromatic Colors of #C12193
Black with #C12193
Text Example
Text Example
White with #C12193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12193; }
p { color: rgb(193,33,147); }
H1.HeaderClassName
{
color: #C12193;
}
.AnyTagClassName
{
color: #C12193;
}
</style>
background-color css
<style>
a { background-color: #C12193; }
a { background-color: rgb(193,33,147); }
div.DivClassName
{
background-color: #C12193;
}
.BgClassName
{
background-color: #C12193;
}
</style>
border-color css
<style>
span { border-color: #C12193; }
span { border-color: rgb(193,33,147); }
td.TdClassName
{
border-color: #C12193;
}
.TagClassName
{
border-color: #C12193;
}
</style>