Shades of Medium Violet Red #C12487
Tints of Medium Violet Red #C12487
RGB
CMYK
RGB Variations
Color information
#C12487 (or 0xC12487) is known color: Medium Violet Red. HEX triplet: C1, 24 and 87. RGB value is (193,36,135). Sum of RGB (Red+Green+Blue) = 193+36+135=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C12487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12487 is #3EDB78. Grayscale: #5D5D5D. Windows color (decimal): -4119417 or 8856769. OLE color: 8856769.
HSL color Cylindrical-coordinate representation of color #C12487: hue angle of 322.17º degrees, saturation: 0.69, 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 #C12487 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 36 | 135 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.24 |
| HSL | 322.17º | 0.69% | 0.45% | - |
| HSV(B) | 322.17º | 0.81% | 0.76% | - |
| XYZ | 27 | 14.35 | 24.27 | - |
| YUV | 94.23 | 151.01 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 135 | 0 | 0.81 | 0.30 | 0.24 | 322.17 | 0.69 | 0.45 |
| Hex | C1 | 24 | 87 | 0 | 51 | 1E | 18 | 142 | 45 | 2D |
| Octal | 301 | 44 | 207 | 0 | 121 | 36 | 30 | 502 | 105 | 55 |
| Binary | 11000001 | 100100 | 10000111 | 0 | 1010001 | 11110 | 11000 | 101000010 | 1000101 | 101101 |
Color Harmonies of #C12487
Complementary color
Monochromatic Colors of #C12487
Black with #C12487
Text Example
Text Example
White with #C12487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12487; }
p { color: rgb(193,36,135); }
H1.HeaderClassName
{
color: #C12487;
}
.AnyTagClassName
{
color: #C12487;
}
</style>
background-color css
<style>
a { background-color: #C12487; }
a { background-color: rgb(193,36,135); }
div.DivClassName
{
background-color: #C12487;
}
.BgClassName
{
background-color: #C12487;
}
</style>
border-color css
<style>
span { border-color: #C12487; }
span { border-color: rgb(193,36,135); }
td.TdClassName
{
border-color: #C12487;
}
.TagClassName
{
border-color: #C12487;
}
</style>