Shades of Medium Violet Red #C5128C
Tints of Medium Violet Red #C5128C
RGB
CMYK
RGB Variations
Color information
#C5128C (or 0xC5128C) is known color: Medium Violet Red. HEX triplet: C5, 12 and 8C. RGB value is (197,18,140). Sum of RGB (Red+Green+Blue) = 197+18+140=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5128C is #3AED73. Grayscale: #555555. Windows color (decimal): -3861876 or 9179845. OLE color: 9179845.
HSL color Cylindrical-coordinate representation of color #C5128C: hue angle of 319.11º 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 #C5128C is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 140 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.23 |
| HSL | 319.11º | 0.83% | 0.42% | - |
| HSV(B) | 319.11º | 0.91% | 0.77% | - |
| XYZ | 27.98 | 14.2 | 26.08 | - |
| YUV | 85.43 | 158.8 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 140 | 0 | 0.91 | 0.29 | 0.23 | 319.11 | 0.83 | 0.42 |
| Hex | C5 | 12 | 8C | 0 | 5B | 1D | 17 | 13F | 53 | 2A |
| Octal | 305 | 22 | 214 | 0 | 133 | 35 | 27 | 477 | 123 | 52 |
| Binary | 11000101 | 10010 | 10001100 | 0 | 1011011 | 11101 | 10111 | 100111111 | 1010011 | 101010 |
Color Harmonies of #C5128C
Complementary color
Monochromatic Colors of #C5128C
Black with #C5128C
Text Example
Text Example
White with #C5128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5128C; }
p { color: rgb(197,18,140); }
H1.HeaderClassName
{
color: #C5128C;
}
.AnyTagClassName
{
color: #C5128C;
}
</style>
background-color css
<style>
a { background-color: #C5128C; }
a { background-color: rgb(197,18,140); }
div.DivClassName
{
background-color: #C5128C;
}
.BgClassName
{
background-color: #C5128C;
}
</style>
border-color css
<style>
span { border-color: #C5128C; }
span { border-color: rgb(197,18,140); }
td.TdClassName
{
border-color: #C5128C;
}
.TagClassName
{
border-color: #C5128C;
}
</style>