Shades of Medium Red Violet #C12778
Tints of Medium Red Violet #C12778
RGB
CMYK
RGB Variations
Color information
#C12778 (or 0xC12778) is known color: Medium Red Violet. HEX triplet: C1, 27 and 78. RGB value is (193,39,120). Sum of RGB (Red+Green+Blue) = 193+39+120=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C12778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12778 is #3ED887. Grayscale: #5E5E5E. Windows color (decimal): -4118664 or 7874497. OLE color: 7874497.
HSL color Cylindrical-coordinate representation of color #C12778: hue angle of 328.44º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12778 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 120 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.24 |
| HSL | 328.44º | 0.66% | 0.45% | - |
| HSV(B) | 328.44º | 0.8% | 0.76% | - |
| XYZ | 26.11 | 14.14 | 19.12 | - |
| YUV | 94.28 | 142.52 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 120 | 0 | 0.80 | 0.38 | 0.24 | 328.44 | 0.66 | 0.45 |
| Hex | C1 | 27 | 78 | 0 | 50 | 26 | 18 | 148 | 42 | 2D |
| Octal | 301 | 47 | 170 | 0 | 120 | 46 | 30 | 510 | 102 | 55 |
| Binary | 11000001 | 100111 | 1111000 | 0 | 1010000 | 100110 | 11000 | 101001000 | 1000010 | 101101 |
Color Harmonies of #C12778
Complementary color
Monochromatic Colors of #C12778
Black with #C12778
Text Example
Text Example
White with #C12778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12778; }
p { color: rgb(193,39,120); }
H1.HeaderClassName
{
color: #C12778;
}
.AnyTagClassName
{
color: #C12778;
}
</style>
background-color css
<style>
a { background-color: #C12778; }
a { background-color: rgb(193,39,120); }
div.DivClassName
{
background-color: #C12778;
}
.BgClassName
{
background-color: #C12778;
}
</style>
border-color css
<style>
span { border-color: #C12778; }
span { border-color: rgb(193,39,120); }
td.TdClassName
{
border-color: #C12778;
}
.TagClassName
{
border-color: #C12778;
}
</style>