Shades of Medium Violet Red #C12370
Tints of Medium Violet Red #C12370
RGB
CMYK
RGB Variations
Color information
#C12370 (or 0xC12370) is known color: Medium Violet Red. HEX triplet: C1, 23 and 70. RGB value is (193,35,112). Sum of RGB (Red+Green+Blue) = 193+35+112=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C12370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12370 is #3EDC8F. Grayscale: #5A5A5A. Windows color (decimal): -4119696 or 7349185. OLE color: 7349185.
HSL color Cylindrical-coordinate representation of color #C12370: hue angle of 330.76º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12370 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 112 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.24 |
| HSL | 330.76º | 0.69% | 0.45% | - |
| HSV(B) | 330.76º | 0.82% | 0.76% | - |
| XYZ | 25.52 | 13.71 | 16.63 | - |
| YUV | 91.02 | 139.85 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 112 | 0 | 0.82 | 0.42 | 0.24 | 330.76 | 0.69 | 0.45 |
| Hex | C1 | 23 | 70 | 0 | 52 | 2A | 18 | 14B | 45 | 2D |
| Octal | 301 | 43 | 160 | 0 | 122 | 52 | 30 | 513 | 105 | 55 |
| Binary | 11000001 | 100011 | 1110000 | 0 | 1010010 | 101010 | 11000 | 101001011 | 1000101 | 101101 |
Color Harmonies of #C12370
Complementary color
Monochromatic Colors of #C12370
Black with #C12370
Text Example
Text Example
White with #C12370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12370; }
p { color: rgb(193,35,112); }
H1.HeaderClassName
{
color: #C12370;
}
.AnyTagClassName
{
color: #C12370;
}
</style>
background-color css
<style>
a { background-color: #C12370; }
a { background-color: rgb(193,35,112); }
div.DivClassName
{
background-color: #C12370;
}
.BgClassName
{
background-color: #C12370;
}
</style>
border-color css
<style>
span { border-color: #C12370; }
span { border-color: rgb(193,35,112); }
td.TdClassName
{
border-color: #C12370;
}
.TagClassName
{
border-color: #C12370;
}
</style>