Shades of Medium Red Violet #C12973
Tints of Medium Red Violet #C12973
RGB
CMYK
RGB Variations
Color information
#C12973 (or 0xC12973) is known color: Medium Red Violet. HEX triplet: C1, 29 and 73. RGB value is (193,41,115). Sum of RGB (Red+Green+Blue) = 193+41+115=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C12973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12973 is #3ED68C. Grayscale: #5E5E5E. Windows color (decimal): -4118157 or 7547329. OLE color: 7547329.
HSL color Cylindrical-coordinate representation of color #C12973: hue angle of 330.79º 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 #C12973 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 115 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.24 |
| HSL | 330.79º | 0.65% | 0.46% | - |
| HSV(B) | 330.79º | 0.79% | 0.76% | - |
| XYZ | 25.88 | 14.16 | 17.59 | - |
| YUV | 94.88 | 139.36 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 115 | 0 | 0.79 | 0.40 | 0.24 | 330.79 | 0.65 | 0.46 |
| Hex | C1 | 29 | 73 | 0 | 4F | 28 | 18 | 14B | 41 | 2E |
| Octal | 301 | 51 | 163 | 0 | 117 | 50 | 30 | 513 | 101 | 56 |
| Binary | 11000001 | 101001 | 1110011 | 0 | 1001111 | 101000 | 11000 | 101001011 | 1000001 | 101110 |
Color Harmonies of #C12973
Complementary color
Monochromatic Colors of #C12973
Black with #C12973
Text Example
Text Example
White with #C12973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12973; }
p { color: rgb(193,41,115); }
H1.HeaderClassName
{
color: #C12973;
}
.AnyTagClassName
{
color: #C12973;
}
</style>
background-color css
<style>
a { background-color: #C12973; }
a { background-color: rgb(193,41,115); }
div.DivClassName
{
background-color: #C12973;
}
.BgClassName
{
background-color: #C12973;
}
</style>
border-color css
<style>
span { border-color: #C12973; }
span { border-color: rgb(193,41,115); }
td.TdClassName
{
border-color: #C12973;
}
.TagClassName
{
border-color: #C12973;
}
</style>