Shades of Medium Violet Red #C124A7
Tints of Medium Violet Red #C124A7
RGB
CMYK
RGB Variations
Color information
#C124A7 (or 0xC124A7) is known color: Medium Violet Red. HEX triplet: C1, 24 and A7. RGB value is (193,36,167). Sum of RGB (Red+Green+Blue) = 193+36+167=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C124A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C124A7 is #3EDB58. Grayscale: #616161. Windows color (decimal): -4119385 or 10953921. OLE color: 10953921.
HSL color Cylindrical-coordinate representation of color #C124A7: hue angle of 309.94º 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 #C124A7 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 36 | 167 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.24 |
| HSL | 309.94º | 0.69% | 0.45% | - |
| HSV(B) | 309.94º | 0.81% | 0.76% | - |
| XYZ | 29.6 | 15.39 | 37.97 | - |
| YUV | 97.88 | 167.01 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 167 | 0 | 0.81 | 0.13 | 0.24 | 309.94 | 0.69 | 0.45 |
| Hex | C1 | 24 | A7 | 0 | 51 | D | 18 | 136 | 45 | 2D |
| Octal | 301 | 44 | 247 | 0 | 121 | 15 | 30 | 466 | 105 | 55 |
| Binary | 11000001 | 100100 | 10100111 | 0 | 1010001 | 1101 | 11000 | 100110110 | 1000101 | 101101 |
Color Harmonies of #C124A7
Complementary color
Monochromatic Colors of #C124A7
Black with #C124A7
Text Example
Text Example
White with #C124A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C124A7; }
p { color: rgb(193,36,167); }
H1.HeaderClassName
{
color: #C124A7;
}
.AnyTagClassName
{
color: #C124A7;
}
</style>
background-color css
<style>
a { background-color: #C124A7; }
a { background-color: rgb(193,36,167); }
div.DivClassName
{
background-color: #C124A7;
}
.BgClassName
{
background-color: #C124A7;
}
</style>
border-color css
<style>
span { border-color: #C124A7; }
span { border-color: rgb(193,36,167); }
td.TdClassName
{
border-color: #C124A7;
}
.TagClassName
{
border-color: #C124A7;
}
</style>