Shades of Medium Violet Red #C5128E
Tints of Medium Violet Red #C5128E
RGB
CMYK
RGB Variations
Color information
#C5128E (or 0xC5128E) is known color: Medium Violet Red. HEX triplet: C5, 12 and 8E. RGB value is (197,18,142). Sum of RGB (Red+Green+Blue) = 197+18+142=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5128E is #3AED71. Grayscale: #555555. Windows color (decimal): -3861874 or 9310917. OLE color: 9310917.
HSL color Cylindrical-coordinate representation of color #C5128E: hue angle of 318.44º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5128E is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 142 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.23 |
| HSL | 318.44º | 0.83% | 0.42% | - |
| HSV(B) | 318.44º | 0.91% | 0.77% | - |
| XYZ | 28.12 | 14.26 | 26.86 | - |
| YUV | 85.66 | 159.8 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 142 | 0 | 0.91 | 0.28 | 0.23 | 318.44 | 0.83 | 0.42 |
| Hex | C5 | 12 | 8E | 0 | 5B | 1C | 17 | 13E | 53 | 2A |
| Octal | 305 | 22 | 216 | 0 | 133 | 34 | 27 | 476 | 123 | 52 |
| Binary | 11000101 | 10010 | 10001110 | 0 | 1011011 | 11100 | 10111 | 100111110 | 1010011 | 101010 |
Color Harmonies of #C5128E
Complementary color
Monochromatic Colors of #C5128E
Black with #C5128E
Text Example
Text Example
White with #C5128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5128E; }
p { color: rgb(197,18,142); }
H1.HeaderClassName
{
color: #C5128E;
}
.AnyTagClassName
{
color: #C5128E;
}
</style>
background-color css
<style>
a { background-color: #C5128E; }
a { background-color: rgb(197,18,142); }
div.DivClassName
{
background-color: #C5128E;
}
.BgClassName
{
background-color: #C5128E;
}
</style>
border-color css
<style>
span { border-color: #C5128E; }
span { border-color: rgb(197,18,142); }
td.TdClassName
{
border-color: #C5128E;
}
.TagClassName
{
border-color: #C5128E;
}
</style>