Shades of Medium Red Violet #C12C7A
Tints of Medium Red Violet #C12C7A
RGB
CMYK
RGB Variations
Color information
#C12C7A (or 0xC12C7A) is known color: Medium Red Violet. HEX triplet: C1, 2C and 7A. RGB value is (193,44,122). Sum of RGB (Red+Green+Blue) = 193+44+122=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12C7A is #3ED385. Grayscale: #616161. Windows color (decimal): -4117382 or 8006849. OLE color: 8006849.
HSL color Cylindrical-coordinate representation of color #C12C7A: hue angle of 328.59º 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 #C12C7A is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 122 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.24 |
| HSL | 328.59º | 0.63% | 0.46% | - |
| HSV(B) | 328.59º | 0.77% | 0.76% | - |
| XYZ | 26.41 | 14.54 | 19.83 | - |
| YUV | 97.44 | 141.86 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 122 | 0 | 0.77 | 0.37 | 0.24 | 328.59 | 0.63 | 0.46 |
| Hex | C1 | 2C | 7A | 0 | 4D | 25 | 18 | 149 | 3F | 2E |
| Octal | 301 | 54 | 172 | 0 | 115 | 45 | 30 | 511 | 77 | 56 |
| Binary | 11000001 | 101100 | 1111010 | 0 | 1001101 | 100101 | 11000 | 101001001 | 111111 | 101110 |
Color Harmonies of #C12C7A
Complementary color
Monochromatic Colors of #C12C7A
Black with #C12C7A
Text Example
Text Example
White with #C12C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12C7A; }
p { color: rgb(193,44,122); }
H1.HeaderClassName
{
color: #C12C7A;
}
.AnyTagClassName
{
color: #C12C7A;
}
</style>
background-color css
<style>
a { background-color: #C12C7A; }
a { background-color: rgb(193,44,122); }
div.DivClassName
{
background-color: #C12C7A;
}
.BgClassName
{
background-color: #C12C7A;
}
</style>
border-color css
<style>
span { border-color: #C12C7A; }
span { border-color: rgb(193,44,122); }
td.TdClassName
{
border-color: #C12C7A;
}
.TagClassName
{
border-color: #C12C7A;
}
</style>