Shades of Medium Violet Red #C12376
Tints of Medium Violet Red #C12376
RGB
CMYK
RGB Variations
Color information
#C12376 (or 0xC12376) is known color: Medium Violet Red. HEX triplet: C1, 23 and 76. RGB value is (193,35,118). Sum of RGB (Red+Green+Blue) = 193+35+118=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C12376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12376 is #3EDC89. Grayscale: #5B5B5B. Windows color (decimal): -4119690 or 7742401. OLE color: 7742401.
HSL color Cylindrical-coordinate representation of color #C12376: hue angle of 328.48º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12376 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 118 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.24 |
| HSL | 328.48º | 0.69% | 0.45% | - |
| HSV(B) | 328.48º | 0.82% | 0.76% | - |
| XYZ | 25.86 | 13.85 | 18.45 | - |
| YUV | 91.7 | 142.85 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 118 | 0 | 0.82 | 0.39 | 0.24 | 328.48 | 0.69 | 0.45 |
| Hex | C1 | 23 | 76 | 0 | 52 | 27 | 18 | 148 | 45 | 2D |
| Octal | 301 | 43 | 166 | 0 | 122 | 47 | 30 | 510 | 105 | 55 |
| Binary | 11000001 | 100011 | 1110110 | 0 | 1010010 | 100111 | 11000 | 101001000 | 1000101 | 101101 |
Color Harmonies of #C12376
Complementary color
Monochromatic Colors of #C12376
Black with #C12376
Text Example
Text Example
White with #C12376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12376; }
p { color: rgb(193,35,118); }
H1.HeaderClassName
{
color: #C12376;
}
.AnyTagClassName
{
color: #C12376;
}
</style>
background-color css
<style>
a { background-color: #C12376; }
a { background-color: rgb(193,35,118); }
div.DivClassName
{
background-color: #C12376;
}
.BgClassName
{
background-color: #C12376;
}
</style>
border-color css
<style>
span { border-color: #C12376; }
span { border-color: rgb(193,35,118); }
td.TdClassName
{
border-color: #C12376;
}
.TagClassName
{
border-color: #C12376;
}
</style>