Shades of Medium Violet Red #C50789
Tints of Medium Violet Red #C50789
RGB
CMYK
RGB Variations
Color information
#C50789 (or 0xC50789) is known color: Medium Violet Red. HEX triplet: C5, 07 and 89. RGB value is (197,7,137). Sum of RGB (Red+Green+Blue) = 197+7+137=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C50789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50789 is #3AF876. Grayscale: #4E4E4E. Windows color (decimal): -3864695 or 8980421. OLE color: 8980421.
HSL color Cylindrical-coordinate representation of color #C50789: hue angle of 318.95º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50789 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 137 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.23 |
| HSL | 318.95º | 0.93% | 0.4% | - |
| HSV(B) | 318.95º | 0.96% | 0.77% | - |
| XYZ | 27.62 | 13.83 | 24.88 | - |
| YUV | 78.63 | 160.95 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 137 | 0 | 0.96 | 0.30 | 0.23 | 318.95 | 0.93 | 0.4 |
| Hex | C5 | 7 | 89 | 0 | 60 | 1E | 17 | 13F | 5D | 28 |
| Octal | 305 | 7 | 211 | 0 | 140 | 36 | 27 | 477 | 135 | 50 |
| Binary | 11000101 | 111 | 10001001 | 0 | 1100000 | 11110 | 10111 | 100111111 | 1011101 | 101000 |
Color Harmonies of #C50789
Complementary color
Monochromatic Colors of #C50789
Black with #C50789
Text Example
Text Example
White with #C50789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50789; }
p { color: rgb(197,7,137); }
H1.HeaderClassName
{
color: #C50789;
}
.AnyTagClassName
{
color: #C50789;
}
</style>
background-color css
<style>
a { background-color: #C50789; }
a { background-color: rgb(197,7,137); }
div.DivClassName
{
background-color: #C50789;
}
.BgClassName
{
background-color: #C50789;
}
</style>
border-color css
<style>
span { border-color: #C50789; }
span { border-color: rgb(197,7,137); }
td.TdClassName
{
border-color: #C50789;
}
.TagClassName
{
border-color: #C50789;
}
</style>