Shades of Medium Red Violet #C12C72
Tints of Medium Red Violet #C12C72
RGB
CMYK
RGB Variations
Color information
#C12C72 (or 0xC12C72) is known color: Medium Red Violet. HEX triplet: C1, 2C and 72. RGB value is (193,44,114). Sum of RGB (Red+Green+Blue) = 193+44+114=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12C72 is #3ED38D. Grayscale: #606060. Windows color (decimal): -4117390 or 7482561. OLE color: 7482561.
HSL color Cylindrical-coordinate representation of color #C12C72: hue angle of 331.81º 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 #C12C72 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 44 | 114 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.24 |
| HSL | 331.81º | 0.63% | 0.46% | - |
| HSV(B) | 331.81º | 0.77% | 0.76% | - |
| XYZ | 25.93 | 14.35 | 17.32 | - |
| YUV | 96.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 44 | 114 | 0 | 0.77 | 0.41 | 0.24 | 331.81 | 0.63 | 0.46 |
| Hex | C1 | 2C | 72 | 0 | 4D | 29 | 18 | 14C | 3F | 2E |
| Octal | 301 | 54 | 162 | 0 | 115 | 51 | 30 | 514 | 77 | 56 |
| Binary | 11000001 | 101100 | 1110010 | 0 | 1001101 | 101001 | 11000 | 101001100 | 111111 | 101110 |
Color Harmonies of #C12C72
Complementary color
Monochromatic Colors of #C12C72
Black with #C12C72
Text Example
Text Example
White with #C12C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12C72; }
p { color: rgb(193,44,114); }
H1.HeaderClassName
{
color: #C12C72;
}
.AnyTagClassName
{
color: #C12C72;
}
</style>
background-color css
<style>
a { background-color: #C12C72; }
a { background-color: rgb(193,44,114); }
div.DivClassName
{
background-color: #C12C72;
}
.BgClassName
{
background-color: #C12C72;
}
</style>
border-color css
<style>
span { border-color: #C12C72; }
span { border-color: rgb(193,44,114); }
td.TdClassName
{
border-color: #C12C72;
}
.TagClassName
{
border-color: #C12C72;
}
</style>