Shades of Medium Red Violet #C12A97
Tints of Medium Red Violet #C12A97
RGB
CMYK
RGB Variations
Color information
#C12A97 (or 0xC12A97) is known color: Medium Red Violet. HEX triplet: C1, 2A and 97. RGB value is (193,42,151). Sum of RGB (Red+Green+Blue) = 193+42+151=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12A97 is #3ED568. Grayscale: #636363. Windows color (decimal): -4117865 or 9906881. OLE color: 9906881.
HSL color Cylindrical-coordinate representation of color #C12A97: hue angle of 316.69º 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 #C12A97 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 151 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.24 |
| HSL | 316.69º | 0.64% | 0.46% | - |
| HSV(B) | 316.69º | 0.78% | 0.76% | - |
| XYZ | 28.41 | 15.23 | 30.72 | - |
| YUV | 99.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 151 | 0 | 0.78 | 0.22 | 0.24 | 316.69 | 0.64 | 0.46 |
| Hex | C1 | 2A | 97 | 0 | 4E | 16 | 18 | 13D | 40 | 2E |
| Octal | 301 | 52 | 227 | 0 | 116 | 26 | 30 | 475 | 100 | 56 |
| Binary | 11000001 | 101010 | 10010111 | 0 | 1001110 | 10110 | 11000 | 100111101 | 1000000 | 101110 |
Color Harmonies of #C12A97
Complementary color
Monochromatic Colors of #C12A97
Black with #C12A97
Text Example
Text Example
White with #C12A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12A97; }
p { color: rgb(193,42,151); }
H1.HeaderClassName
{
color: #C12A97;
}
.AnyTagClassName
{
color: #C12A97;
}
</style>
background-color css
<style>
a { background-color: #C12A97; }
a { background-color: rgb(193,42,151); }
div.DivClassName
{
background-color: #C12A97;
}
.BgClassName
{
background-color: #C12A97;
}
</style>
border-color css
<style>
span { border-color: #C12A97; }
span { border-color: rgb(193,42,151); }
td.TdClassName
{
border-color: #C12A97;
}
.TagClassName
{
border-color: #C12A97;
}
</style>