Shades of Medium Violet Red #C50689
Tints of Medium Violet Red #C50689
RGB
CMYK
RGB Variations
Color information
#C50689 (or 0xC50689) is known color: Medium Violet Red. HEX triplet: C5, 06 and 89. RGB value is (197,6,137). Sum of RGB (Red+Green+Blue) = 197+6+137=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C50689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50689 is #3AF976. Grayscale: #4D4D4D. Windows color (decimal): -3864951 or 8980165. OLE color: 8980165.
HSL color Cylindrical-coordinate representation of color #C50689: hue angle of 318.85º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50689 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 137 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.23 |
| HSL | 318.85º | 0.94% | 0.4% | - |
| HSV(B) | 318.85º | 0.97% | 0.77% | - |
| XYZ | 27.61 | 13.81 | 24.88 | - |
| YUV | 78.04 | 161.28 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 137 | 0 | 0.97 | 0.30 | 0.23 | 318.85 | 0.94 | 0.4 |
| Hex | C5 | 6 | 89 | 0 | 61 | 1E | 17 | 13F | 5E | 28 |
| Octal | 305 | 6 | 211 | 0 | 141 | 36 | 27 | 477 | 136 | 50 |
| Binary | 11000101 | 110 | 10001001 | 0 | 1100001 | 11110 | 10111 | 100111111 | 1011110 | 101000 |
Color Harmonies of #C50689
Complementary color
Monochromatic Colors of #C50689
Black with #C50689
Text Example
Text Example
White with #C50689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50689; }
p { color: rgb(197,6,137); }
H1.HeaderClassName
{
color: #C50689;
}
.AnyTagClassName
{
color: #C50689;
}
</style>
background-color css
<style>
a { background-color: #C50689; }
a { background-color: rgb(197,6,137); }
div.DivClassName
{
background-color: #C50689;
}
.BgClassName
{
background-color: #C50689;
}
</style>
border-color css
<style>
span { border-color: #C50689; }
span { border-color: rgb(197,6,137); }
td.TdClassName
{
border-color: #C50689;
}
.TagClassName
{
border-color: #C50689;
}
</style>