Shades of Medium Violet Red #C124A0
Tints of Medium Violet Red #C124A0
RGB
CMYK
RGB Variations
Color information
#C124A0 (or 0xC124A0) is known color: Medium Violet Red. HEX triplet: C1, 24 and A0. RGB value is (193,36,160). Sum of RGB (Red+Green+Blue) = 193+36+160=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C124A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C124A0 is #3EDB5F. Grayscale: #606060. Windows color (decimal): -4119392 or 10495169. OLE color: 10495169.
HSL color Cylindrical-coordinate representation of color #C124A0: hue angle of 312.61º 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 #C124A0 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 36 | 160 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.24 |
| HSL | 312.61º | 0.69% | 0.45% | - |
| HSV(B) | 312.61º | 0.81% | 0.76% | - |
| XYZ | 28.97 | 15.14 | 34.65 | - |
| YUV | 97.08 | 163.51 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 160 | 0 | 0.81 | 0.17 | 0.24 | 312.61 | 0.69 | 0.45 |
| Hex | C1 | 24 | A0 | 0 | 51 | 11 | 18 | 139 | 45 | 2D |
| Octal | 301 | 44 | 240 | 0 | 121 | 21 | 30 | 471 | 105 | 55 |
| Binary | 11000001 | 100100 | 10100000 | 0 | 1010001 | 10001 | 11000 | 100111001 | 1000101 | 101101 |
Color Harmonies of #C124A0
Complementary color
Monochromatic Colors of #C124A0
Black with #C124A0
Text Example
Text Example
White with #C124A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C124A0; }
p { color: rgb(193,36,160); }
H1.HeaderClassName
{
color: #C124A0;
}
.AnyTagClassName
{
color: #C124A0;
}
</style>
background-color css
<style>
a { background-color: #C124A0; }
a { background-color: rgb(193,36,160); }
div.DivClassName
{
background-color: #C124A0;
}
.BgClassName
{
background-color: #C124A0;
}
</style>
border-color css
<style>
span { border-color: #C124A0; }
span { border-color: rgb(193,36,160); }
td.TdClassName
{
border-color: #C124A0;
}
.TagClassName
{
border-color: #C124A0;
}
</style>