Shades of Medium Red Violet #C12991
Tints of Medium Red Violet #C12991
RGB
CMYK
RGB Variations
Color information
#C12991 (or 0xC12991) is known color: Medium Red Violet. HEX triplet: C1, 29 and 91. RGB value is (193,41,145). Sum of RGB (Red+Green+Blue) = 193+41+145=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C12991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12991 is #3ED66E. Grayscale: #626262. Windows color (decimal): -4118127 or 9513409. OLE color: 9513409.
HSL color Cylindrical-coordinate representation of color #C12991: hue angle of 318.95º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12991 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 145 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.24 |
| HSL | 318.95º | 0.65% | 0.46% | - |
| HSV(B) | 318.95º | 0.79% | 0.76% | - |
| XYZ | 27.9 | 14.97 | 28.21 | - |
| YUV | 98.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 145 | 0 | 0.79 | 0.25 | 0.24 | 318.95 | 0.65 | 0.46 |
| Hex | C1 | 29 | 91 | 0 | 4F | 19 | 18 | 13F | 41 | 2E |
| Octal | 301 | 51 | 221 | 0 | 117 | 31 | 30 | 477 | 101 | 56 |
| Binary | 11000001 | 101001 | 10010001 | 0 | 1001111 | 11001 | 11000 | 100111111 | 1000001 | 101110 |
Color Harmonies of #C12991
Complementary color
Monochromatic Colors of #C12991
Black with #C12991
Text Example
Text Example
White with #C12991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12991; }
p { color: rgb(193,41,145); }
H1.HeaderClassName
{
color: #C12991;
}
.AnyTagClassName
{
color: #C12991;
}
</style>
background-color css
<style>
a { background-color: #C12991; }
a { background-color: rgb(193,41,145); }
div.DivClassName
{
background-color: #C12991;
}
.BgClassName
{
background-color: #C12991;
}
</style>
border-color css
<style>
span { border-color: #C12991; }
span { border-color: rgb(193,41,145); }
td.TdClassName
{
border-color: #C12991;
}
.TagClassName
{
border-color: #C12991;
}
</style>