Shades of Medium Violet Red #C12172
Tints of Medium Violet Red #C12172
RGB
CMYK
RGB Variations
Color information
#C12172 (or 0xC12172) is known color: Medium Violet Red. HEX triplet: C1, 21 and 72. RGB value is (193,33,114). Sum of RGB (Red+Green+Blue) = 193+33+114=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C12172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12172 is #3EDE8D. Grayscale: #595959. Windows color (decimal): -4120206 or 7479745. OLE color: 7479745.
HSL color Cylindrical-coordinate representation of color #C12172: hue angle of 329.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12172 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 114 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.24 |
| HSL | 329.63º | 0.71% | 0.44% | - |
| HSV(B) | 329.63º | 0.83% | 0.76% | - |
| XYZ | 25.57 | 13.64 | 17.2 | - |
| YUV | 90.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 114 | 0 | 0.83 | 0.41 | 0.24 | 329.63 | 0.71 | 0.44 |
| Hex | C1 | 21 | 72 | 0 | 53 | 29 | 18 | 14A | 47 | 2C |
| Octal | 301 | 41 | 162 | 0 | 123 | 51 | 30 | 512 | 107 | 54 |
| Binary | 11000001 | 100001 | 1110010 | 0 | 1010011 | 101001 | 11000 | 101001010 | 1000111 | 101100 |
Color Harmonies of #C12172
Complementary color
Monochromatic Colors of #C12172
Black with #C12172
Text Example
Text Example
White with #C12172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12172; }
p { color: rgb(193,33,114); }
H1.HeaderClassName
{
color: #C12172;
}
.AnyTagClassName
{
color: #C12172;
}
</style>
background-color css
<style>
a { background-color: #C12172; }
a { background-color: rgb(193,33,114); }
div.DivClassName
{
background-color: #C12172;
}
.BgClassName
{
background-color: #C12172;
}
</style>
border-color css
<style>
span { border-color: #C12172; }
span { border-color: rgb(193,33,114); }
td.TdClassName
{
border-color: #C12172;
}
.TagClassName
{
border-color: #C12172;
}
</style>