Shades of Medium Violet Red #C12276
Tints of Medium Violet Red #C12276
RGB
CMYK
RGB Variations
Color information
#C12276 (or 0xC12276) is known color: Medium Violet Red. HEX triplet: C1, 22 and 76. RGB value is (193,34,118). Sum of RGB (Red+Green+Blue) = 193+34+118=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C12276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12276 is #3EDD89. Grayscale: #5A5A5A. Windows color (decimal): -4119946 or 7742145. OLE color: 7742145.
HSL color Cylindrical-coordinate representation of color #C12276: hue angle of 328.3º degrees, saturation: 0.7, 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 #C12276 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 118 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.24 |
| HSL | 328.3º | 0.7% | 0.45% | - |
| HSV(B) | 328.3º | 0.82% | 0.76% | - |
| XYZ | 25.83 | 13.79 | 18.44 | - |
| YUV | 91.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 118 | 0 | 0.82 | 0.39 | 0.24 | 328.3 | 0.7 | 0.45 |
| Hex | C1 | 22 | 76 | 0 | 52 | 27 | 18 | 148 | 46 | 2D |
| Octal | 301 | 42 | 166 | 0 | 122 | 47 | 30 | 510 | 106 | 55 |
| Binary | 11000001 | 100010 | 1110110 | 0 | 1010010 | 100111 | 11000 | 101001000 | 1000110 | 101101 |
Color Harmonies of #C12276
Complementary color
Monochromatic Colors of #C12276
Black with #C12276
Text Example
Text Example
White with #C12276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12276; }
p { color: rgb(193,34,118); }
H1.HeaderClassName
{
color: #C12276;
}
.AnyTagClassName
{
color: #C12276;
}
</style>
background-color css
<style>
a { background-color: #C12276; }
a { background-color: rgb(193,34,118); }
div.DivClassName
{
background-color: #C12276;
}
.BgClassName
{
background-color: #C12276;
}
</style>
border-color css
<style>
span { border-color: #C12276; }
span { border-color: rgb(193,34,118); }
td.TdClassName
{
border-color: #C12276;
}
.TagClassName
{
border-color: #C12276;
}
</style>