Shades of Medium Violet Red #C12079
Tints of Medium Violet Red #C12079
RGB
CMYK
RGB Variations
Color information
#C12079 (or 0xC12079) is known color: Medium Violet Red. HEX triplet: C1, 20 and 79. RGB value is (193,32,121). Sum of RGB (Red+Green+Blue) = 193+32+121=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C12079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12079 is #3EDF86. Grayscale: #5A5A5A. Windows color (decimal): -4120455 or 7938241. OLE color: 7938241.
HSL color Cylindrical-coordinate representation of color #C12079: hue angle of 326.83º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12079 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 121 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.24 |
| HSL | 326.83º | 0.72% | 0.44% | - |
| HSV(B) | 326.83º | 0.83% | 0.76% | - |
| XYZ | 25.96 | 13.75 | 19.38 | - |
| YUV | 90.29 | 145.34 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 121 | 0 | 0.83 | 0.37 | 0.24 | 326.83 | 0.72 | 0.44 |
| Hex | C1 | 20 | 79 | 0 | 53 | 25 | 18 | 147 | 48 | 2C |
| Octal | 301 | 40 | 171 | 0 | 123 | 45 | 30 | 507 | 110 | 54 |
| Binary | 11000001 | 100000 | 1111001 | 0 | 1010011 | 100101 | 11000 | 101000111 | 1001000 | 101100 |
Color Harmonies of #C12079
Complementary color
Monochromatic Colors of #C12079
Black with #C12079
Text Example
Text Example
White with #C12079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12079; }
p { color: rgb(193,32,121); }
H1.HeaderClassName
{
color: #C12079;
}
.AnyTagClassName
{
color: #C12079;
}
</style>
background-color css
<style>
a { background-color: #C12079; }
a { background-color: rgb(193,32,121); }
div.DivClassName
{
background-color: #C12079;
}
.BgClassName
{
background-color: #C12079;
}
</style>
border-color css
<style>
span { border-color: #C12079; }
span { border-color: rgb(193,32,121); }
td.TdClassName
{
border-color: #C12079;
}
.TagClassName
{
border-color: #C12079;
}
</style>