Shades of Medium Red Violet #C12A77
Tints of Medium Red Violet #C12A77
RGB
CMYK
RGB Variations
Color information
#C12A77 (or 0xC12A77) is known color: Medium Red Violet. HEX triplet: C1, 2A and 77. RGB value is (193,42,119). Sum of RGB (Red+Green+Blue) = 193+42+119=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12A77 is #3ED588. Grayscale: #5F5F5F. Windows color (decimal): -4117897 or 7809729. OLE color: 7809729.
HSL color Cylindrical-coordinate representation of color #C12A77: hue angle of 329.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12A77 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 119 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.24 |
| HSL | 329.4º | 0.64% | 0.46% | - |
| HSV(B) | 329.4º | 0.78% | 0.76% | - |
| XYZ | 26.15 | 14.33 | 18.84 | - |
| YUV | 95.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 119 | 0 | 0.78 | 0.38 | 0.24 | 329.4 | 0.64 | 0.46 |
| Hex | C1 | 2A | 77 | 0 | 4E | 26 | 18 | 149 | 40 | 2E |
| Octal | 301 | 52 | 167 | 0 | 116 | 46 | 30 | 511 | 100 | 56 |
| Binary | 11000001 | 101010 | 1110111 | 0 | 1001110 | 100110 | 11000 | 101001001 | 1000000 | 101110 |
Color Harmonies of #C12A77
Complementary color
Monochromatic Colors of #C12A77
Black with #C12A77
Text Example
Text Example
White with #C12A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12A77; }
p { color: rgb(193,42,119); }
H1.HeaderClassName
{
color: #C12A77;
}
.AnyTagClassName
{
color: #C12A77;
}
</style>
background-color css
<style>
a { background-color: #C12A77; }
a { background-color: rgb(193,42,119); }
div.DivClassName
{
background-color: #C12A77;
}
.BgClassName
{
background-color: #C12A77;
}
</style>
border-color css
<style>
span { border-color: #C12A77; }
span { border-color: rgb(193,42,119); }
td.TdClassName
{
border-color: #C12A77;
}
.TagClassName
{
border-color: #C12A77;
}
</style>