Shades of Medium Violet Red #C50488
Tints of Medium Violet Red #C50488
RGB
CMYK
RGB Variations
Color information
#C50488 (or 0xC50488) is known color: Medium Violet Red. HEX triplet: C5, 04 and 88. RGB value is (197,4,136). Sum of RGB (Red+Green+Blue) = 197+4+136=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C50488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50488 is #3AFB77. Grayscale: #4C4C4C. Windows color (decimal): -3865464 or 8914117. OLE color: 8914117.
HSL color Cylindrical-coordinate representation of color #C50488: hue angle of 318.96º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50488 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.23 |
| HSL | 318.96º | 0.96% | 0.39% | - |
| HSV(B) | 318.96º | 0.98% | 0.77% | - |
| XYZ | 27.51 | 13.73 | 24.49 | - |
| YUV | 76.76 | 161.44 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 136 | 0 | 0.98 | 0.31 | 0.23 | 318.96 | 0.96 | 0.39 |
| Hex | C5 | 4 | 88 | 0 | 62 | 1F | 17 | 13F | 60 | 27 |
| Octal | 305 | 4 | 210 | 0 | 142 | 37 | 27 | 477 | 140 | 47 |
| Binary | 11000101 | 100 | 10001000 | 0 | 1100010 | 11111 | 10111 | 100111111 | 1100000 | 100111 |
Color Harmonies of #C50488
Complementary color
Monochromatic Colors of #C50488
Black with #C50488
Text Example
Text Example
White with #C50488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50488; }
p { color: rgb(197,4,136); }
H1.HeaderClassName
{
color: #C50488;
}
.AnyTagClassName
{
color: #C50488;
}
</style>
background-color css
<style>
a { background-color: #C50488; }
a { background-color: rgb(197,4,136); }
div.DivClassName
{
background-color: #C50488;
}
.BgClassName
{
background-color: #C50488;
}
</style>
border-color css
<style>
span { border-color: #C50488; }
span { border-color: rgb(197,4,136); }
td.TdClassName
{
border-color: #C50488;
}
.TagClassName
{
border-color: #C50488;
}
</style>