Shades of Medium Red Violet #C12A70
Tints of Medium Red Violet #C12A70
RGB
CMYK
RGB Variations
Color information
#C12A70 (or 0xC12A70) is known color: Medium Red Violet. HEX triplet: C1, 2A and 70. RGB value is (193,42,112). Sum of RGB (Red+Green+Blue) = 193+42+112=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12A70 is #3ED58F. Grayscale: #5F5F5F. Windows color (decimal): -4117904 or 7350977. OLE color: 7350977.
HSL color Cylindrical-coordinate representation of color #C12A70: hue angle of 332.19º 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 #C12A70 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 112 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.24 |
| HSL | 332.19º | 0.64% | 0.46% | - |
| HSV(B) | 332.19º | 0.78% | 0.76% | - |
| XYZ | 25.74 | 14.16 | 16.71 | - |
| YUV | 95.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 112 | 0 | 0.78 | 0.42 | 0.24 | 332.19 | 0.64 | 0.46 |
| Hex | C1 | 2A | 70 | 0 | 4E | 2A | 18 | 14C | 40 | 2E |
| Octal | 301 | 52 | 160 | 0 | 116 | 52 | 30 | 514 | 100 | 56 |
| Binary | 11000001 | 101010 | 1110000 | 0 | 1001110 | 101010 | 11000 | 101001100 | 1000000 | 101110 |
Color Harmonies of #C12A70
Complementary color
Monochromatic Colors of #C12A70
Black with #C12A70
Text Example
Text Example
White with #C12A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12A70; }
p { color: rgb(193,42,112); }
H1.HeaderClassName
{
color: #C12A70;
}
.AnyTagClassName
{
color: #C12A70;
}
</style>
background-color css
<style>
a { background-color: #C12A70; }
a { background-color: rgb(193,42,112); }
div.DivClassName
{
background-color: #C12A70;
}
.BgClassName
{
background-color: #C12A70;
}
</style>
border-color css
<style>
span { border-color: #C12A70; }
span { border-color: rgb(193,42,112); }
td.TdClassName
{
border-color: #C12A70;
}
.TagClassName
{
border-color: #C12A70;
}
</style>