Shades of Medium Red Violet #C12580
Tints of Medium Red Violet #C12580
RGB
CMYK
RGB Variations
Color information
#C12580 (or 0xC12580) is known color: Medium Red Violet. HEX triplet: C1, 25 and 80. RGB value is (193,37,128). Sum of RGB (Red+Green+Blue) = 193+37+128=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C12580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12580 is #3EDA7F. Grayscale: #5D5D5D. Windows color (decimal): -4119168 or 8398273. OLE color: 8398273.
HSL color Cylindrical-coordinate representation of color #C12580: hue angle of 325º 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 #C12580 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 128 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.24 |
| HSL | 325º | 0.68% | 0.45% | - |
| HSV(B) | 325º | 0.81% | 0.76% | - |
| XYZ | 26.55 | 14.22 | 21.77 | - |
| YUV | 94.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 128 | 0 | 0.81 | 0.34 | 0.24 | 325 | 0.68 | 0.45 |
| Hex | C1 | 25 | 80 | 0 | 51 | 22 | 18 | 145 | 44 | 2D |
| Octal | 301 | 45 | 200 | 0 | 121 | 42 | 30 | 505 | 104 | 55 |
| Binary | 11000001 | 100101 | 10000000 | 0 | 1010001 | 100010 | 11000 | 101000101 | 1000100 | 101101 |
Color Harmonies of #C12580
Complementary color
Monochromatic Colors of #C12580
Black with #C12580
Text Example
Text Example
White with #C12580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12580; }
p { color: rgb(193,37,128); }
H1.HeaderClassName
{
color: #C12580;
}
.AnyTagClassName
{
color: #C12580;
}
</style>
background-color css
<style>
a { background-color: #C12580; }
a { background-color: rgb(193,37,128); }
div.DivClassName
{
background-color: #C12580;
}
.BgClassName
{
background-color: #C12580;
}
</style>
border-color css
<style>
span { border-color: #C12580; }
span { border-color: rgb(193,37,128); }
td.TdClassName
{
border-color: #C12580;
}
.TagClassName
{
border-color: #C12580;
}
</style>