Shades of Medium Violet Red #C50188
Tints of Medium Violet Red #C50188
RGB
CMYK
RGB Variations
Color information
#C50188 (or 0xC50188) is known color: Medium Violet Red. HEX triplet: C5, 01 and 88. RGB value is (197,1,136). Sum of RGB (Red+Green+Blue) = 197+1+136=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C50188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50188 is #3AFE77. Grayscale: #4A4A4A. Windows color (decimal): -3866232 or 8913349. OLE color: 8913349.
HSL color Cylindrical-coordinate representation of color #C50188: hue angle of 318.67º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50188 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.23 |
| HSL | 318.67º | 0.99% | 0.39% | - |
| HSV(B) | 318.67º | 0.99% | 0.77% | - |
| XYZ | 27.48 | 13.67 | 24.48 | - |
| YUV | 74.99 | 162.43 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 136 | 0 | 0.99 | 0.31 | 0.23 | 318.67 | 0.99 | 0.39 |
| Hex | C5 | 1 | 88 | 0 | 63 | 1F | 17 | 13F | 63 | 27 |
| Octal | 305 | 1 | 210 | 0 | 143 | 37 | 27 | 477 | 143 | 47 |
| Binary | 11000101 | 1 | 10001000 | 0 | 1100011 | 11111 | 10111 | 100111111 | 1100011 | 100111 |
Color Harmonies of #C50188
Complementary color
Monochromatic Colors of #C50188
Black with #C50188
Text Example
Text Example
White with #C50188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50188; }
p { color: rgb(197,1,136); }
H1.HeaderClassName
{
color: #C50188;
}
.AnyTagClassName
{
color: #C50188;
}
</style>
background-color css
<style>
a { background-color: #C50188; }
a { background-color: rgb(197,1,136); }
div.DivClassName
{
background-color: #C50188;
}
.BgClassName
{
background-color: #C50188;
}
</style>
border-color css
<style>
span { border-color: #C50188; }
span { border-color: rgb(197,1,136); }
td.TdClassName
{
border-color: #C50188;
}
.TagClassName
{
border-color: #C50188;
}
</style>