Shades of Medium Violet Red #C5128F
Tints of Medium Violet Red #C5128F
RGB
CMYK
RGB Variations
Color information
#C5128F (or 0xC5128F) is known color: Medium Violet Red. HEX triplet: C5, 12 and 8F. RGB value is (197,18,143). Sum of RGB (Red+Green+Blue) = 197+18+143=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5128F is #3AED70. Grayscale: #555555. Windows color (decimal): -3861873 or 9376453. OLE color: 9376453.
HSL color Cylindrical-coordinate representation of color #C5128F: hue angle of 318.1º 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 #C5128F is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 143 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.23 |
| HSL | 318.1º | 0.83% | 0.42% | - |
| HSV(B) | 318.1º | 0.91% | 0.77% | - |
| XYZ | 28.2 | 14.29 | 27.26 | - |
| YUV | 85.77 | 160.3 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 143 | 0 | 0.91 | 0.27 | 0.23 | 318.1 | 0.83 | 0.42 |
| Hex | C5 | 12 | 8F | 0 | 5B | 1B | 17 | 13E | 53 | 2A |
| Octal | 305 | 22 | 217 | 0 | 133 | 33 | 27 | 476 | 123 | 52 |
| Binary | 11000101 | 10010 | 10001111 | 0 | 1011011 | 11011 | 10111 | 100111110 | 1010011 | 101010 |
Color Harmonies of #C5128F
Complementary color
Monochromatic Colors of #C5128F
Black with #C5128F
Text Example
Text Example
White with #C5128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5128F; }
p { color: rgb(197,18,143); }
H1.HeaderClassName
{
color: #C5128F;
}
.AnyTagClassName
{
color: #C5128F;
}
</style>
background-color css
<style>
a { background-color: #C5128F; }
a { background-color: rgb(197,18,143); }
div.DivClassName
{
background-color: #C5128F;
}
.BgClassName
{
background-color: #C5128F;
}
</style>
border-color css
<style>
span { border-color: #C5128F; }
span { border-color: rgb(197,18,143); }
td.TdClassName
{
border-color: #C5128F;
}
.TagClassName
{
border-color: #C5128F;
}
</style>