Shades of Medium Violet Red #C51789
Tints of Medium Violet Red #C51789
RGB
CMYK
RGB Variations
Color information
#C51789 (or 0xC51789) is known color: Medium Violet Red. HEX triplet: C5, 17 and 89. RGB value is (197,23,137). Sum of RGB (Red+Green+Blue) = 197+23+137=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C51789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51789 is #3AE876. Grayscale: #575757. Windows color (decimal): -3860599 or 8984517. OLE color: 8984517.
HSL color Cylindrical-coordinate representation of color #C51789: hue angle of 320.69º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51789 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 137 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.23 |
| HSL | 320.69º | 0.79% | 0.43% | - |
| HSV(B) | 320.69º | 0.88% | 0.77% | - |
| XYZ | 27.85 | 14.29 | 24.96 | - |
| YUV | 88.02 | 155.65 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 137 | 0 | 0.88 | 0.30 | 0.23 | 320.69 | 0.79 | 0.43 |
| Hex | C5 | 17 | 89 | 0 | 58 | 1E | 17 | 141 | 4F | 2B |
| Octal | 305 | 27 | 211 | 0 | 130 | 36 | 27 | 501 | 117 | 53 |
| Binary | 11000101 | 10111 | 10001001 | 0 | 1011000 | 11110 | 10111 | 101000001 | 1001111 | 101011 |
Color Harmonies of #C51789
Complementary color
Monochromatic Colors of #C51789
Black with #C51789
Text Example
Text Example
White with #C51789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51789; }
p { color: rgb(197,23,137); }
H1.HeaderClassName
{
color: #C51789;
}
.AnyTagClassName
{
color: #C51789;
}
</style>
background-color css
<style>
a { background-color: #C51789; }
a { background-color: rgb(197,23,137); }
div.DivClassName
{
background-color: #C51789;
}
.BgClassName
{
background-color: #C51789;
}
</style>
border-color css
<style>
span { border-color: #C51789; }
span { border-color: rgb(197,23,137); }
td.TdClassName
{
border-color: #C51789;
}
.TagClassName
{
border-color: #C51789;
}
</style>