Shades of Medium Violet Red #C5128B
Tints of Medium Violet Red #C5128B
RGB
CMYK
RGB Variations
Color information
#C5128B (or 0xC5128B) is known color: Medium Violet Red. HEX triplet: C5, 12 and 8B. RGB value is (197,18,139). Sum of RGB (Red+Green+Blue) = 197+18+139=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5128B is #3AED74. Grayscale: #555555. Windows color (decimal): -3861877 or 9114309. OLE color: 9114309.
HSL color Cylindrical-coordinate representation of color #C5128B: hue angle of 319.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 #C5128B is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 139 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.23 |
| HSL | 319.44º | 0.83% | 0.42% | - |
| HSV(B) | 319.44º | 0.91% | 0.77% | - |
| XYZ | 27.9 | 14.17 | 25.69 | - |
| YUV | 85.32 | 158.3 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 139 | 0 | 0.91 | 0.29 | 0.23 | 319.44 | 0.83 | 0.42 |
| Hex | C5 | 12 | 8B | 0 | 5B | 1D | 17 | 13F | 53 | 2A |
| Octal | 305 | 22 | 213 | 0 | 133 | 35 | 27 | 477 | 123 | 52 |
| Binary | 11000101 | 10010 | 10001011 | 0 | 1011011 | 11101 | 10111 | 100111111 | 1010011 | 101010 |
Color Harmonies of #C5128B
Complementary color
Monochromatic Colors of #C5128B
Black with #C5128B
Text Example
Text Example
White with #C5128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5128B; }
p { color: rgb(197,18,139); }
H1.HeaderClassName
{
color: #C5128B;
}
.AnyTagClassName
{
color: #C5128B;
}
</style>
background-color css
<style>
a { background-color: #C5128B; }
a { background-color: rgb(197,18,139); }
div.DivClassName
{
background-color: #C5128B;
}
.BgClassName
{
background-color: #C5128B;
}
</style>
border-color css
<style>
span { border-color: #C5128B; }
span { border-color: rgb(197,18,139); }
td.TdClassName
{
border-color: #C5128B;
}
.TagClassName
{
border-color: #C5128B;
}
</style>