Shades of Medium Red Violet #C12CA0
Tints of Medium Red Violet #C12CA0
RGB
CMYK
RGB Variations
Color information
#C12CA0 (or 0xC12CA0) is known color: Medium Red Violet. HEX triplet: C1, 2C and A0. RGB value is (193,44,160). Sum of RGB (Red+Green+Blue) = 193+44+160=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C12CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12CA0 is #3ED35F. Grayscale: #656565. Windows color (decimal): -4117344 or 10497217. OLE color: 10497217.
HSL color Cylindrical-coordinate representation of color #C12CA0: hue angle of 313.29º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12CA0 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 160 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.24 |
| HSL | 313.29º | 0.63% | 0.46% | - |
| HSV(B) | 313.29º | 0.77% | 0.76% | - |
| XYZ | 29.24 | 15.68 | 34.74 | - |
| YUV | 101.78 | 160.86 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 160 | 0 | 0.77 | 0.17 | 0.24 | 313.29 | 0.63 | 0.46 |
| Hex | C1 | 2C | A0 | 0 | 4D | 11 | 18 | 139 | 3F | 2E |
| Octal | 301 | 54 | 240 | 0 | 115 | 21 | 30 | 471 | 77 | 56 |
| Binary | 11000001 | 101100 | 10100000 | 0 | 1001101 | 10001 | 11000 | 100111001 | 111111 | 101110 |
Color Harmonies of #C12CA0
Complementary color
Monochromatic Colors of #C12CA0
Black with #C12CA0
Text Example
Text Example
White with #C12CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12CA0; }
p { color: rgb(193,44,160); }
H1.HeaderClassName
{
color: #C12CA0;
}
.AnyTagClassName
{
color: #C12CA0;
}
</style>
background-color css
<style>
a { background-color: #C12CA0; }
a { background-color: rgb(193,44,160); }
div.DivClassName
{
background-color: #C12CA0;
}
.BgClassName
{
background-color: #C12CA0;
}
</style>
border-color css
<style>
span { border-color: #C12CA0; }
span { border-color: rgb(193,44,160); }
td.TdClassName
{
border-color: #C12CA0;
}
.TagClassName
{
border-color: #C12CA0;
}
</style>