Shades of Medium Violet Red #C51289
Tints of Medium Violet Red #C51289
RGB
CMYK
RGB Variations
Color information
#C51289 (or 0xC51289) is known color: Medium Violet Red. HEX triplet: C5, 12 and 89. RGB value is (197,18,137). Sum of RGB (Red+Green+Blue) = 197+18+137=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C51289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51289 is #3AED76. Grayscale: #545454. Windows color (decimal): -3861879 or 8983237. OLE color: 8983237.
HSL color Cylindrical-coordinate representation of color #C51289: hue angle of 320.11º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51289 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 137 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.23 |
| HSL | 320.11º | 0.83% | 0.42% | - |
| HSV(B) | 320.11º | 0.91% | 0.77% | - |
| XYZ | 27.76 | 14.11 | 24.93 | - |
| YUV | 85.09 | 157.3 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 137 | 0 | 0.91 | 0.30 | 0.23 | 320.11 | 0.83 | 0.42 |
| Hex | C5 | 12 | 89 | 0 | 5B | 1E | 17 | 140 | 53 | 2A |
| Octal | 305 | 22 | 211 | 0 | 133 | 36 | 27 | 500 | 123 | 52 |
| Binary | 11000101 | 10010 | 10001001 | 0 | 1011011 | 11110 | 10111 | 101000000 | 1010011 | 101010 |
Color Harmonies of #C51289
Complementary color
Monochromatic Colors of #C51289
Black with #C51289
Text Example
Text Example
White with #C51289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51289; }
p { color: rgb(197,18,137); }
H1.HeaderClassName
{
color: #C51289;
}
.AnyTagClassName
{
color: #C51289;
}
</style>
background-color css
<style>
a { background-color: #C51289; }
a { background-color: rgb(197,18,137); }
div.DivClassName
{
background-color: #C51289;
}
.BgClassName
{
background-color: #C51289;
}
</style>
border-color css
<style>
span { border-color: #C51289; }
span { border-color: rgb(197,18,137); }
td.TdClassName
{
border-color: #C51289;
}
.TagClassName
{
border-color: #C51289;
}
</style>