Shades of Medium Red Violet #C12570
Tints of Medium Red Violet #C12570
RGB
CMYK
RGB Variations
Color information
#C12570 (or 0xC12570) is known color: Medium Red Violet. HEX triplet: C1, 25 and 70. RGB value is (193,37,112). Sum of RGB (Red+Green+Blue) = 193+37+112=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C12570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12570 is #3EDA8F. Grayscale: #5C5C5C. Windows color (decimal): -4119184 or 7349697. OLE color: 7349697.
HSL color Cylindrical-coordinate representation of color #C12570: hue angle of 331.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12570 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 112 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.24 |
| HSL | 331.15º | 0.68% | 0.45% | - |
| HSV(B) | 331.15º | 0.81% | 0.76% | - |
| XYZ | 25.58 | 13.83 | 16.65 | - |
| YUV | 92.19 | 139.18 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 112 | 0 | 0.81 | 0.42 | 0.24 | 331.15 | 0.68 | 0.45 |
| Hex | C1 | 25 | 70 | 0 | 51 | 2A | 18 | 14B | 44 | 2D |
| Octal | 301 | 45 | 160 | 0 | 121 | 52 | 30 | 513 | 104 | 55 |
| Binary | 11000001 | 100101 | 1110000 | 0 | 1010001 | 101010 | 11000 | 101001011 | 1000100 | 101101 |
Color Harmonies of #C12570
Complementary color
Monochromatic Colors of #C12570
Black with #C12570
Text Example
Text Example
White with #C12570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12570; }
p { color: rgb(193,37,112); }
H1.HeaderClassName
{
color: #C12570;
}
.AnyTagClassName
{
color: #C12570;
}
</style>
background-color css
<style>
a { background-color: #C12570; }
a { background-color: rgb(193,37,112); }
div.DivClassName
{
background-color: #C12570;
}
.BgClassName
{
background-color: #C12570;
}
</style>
border-color css
<style>
span { border-color: #C12570; }
span { border-color: rgb(193,37,112); }
td.TdClassName
{
border-color: #C12570;
}
.TagClassName
{
border-color: #C12570;
}
</style>