Shades of Medium Violet Red #C51784
Tints of Medium Violet Red #C51784
RGB
CMYK
RGB Variations
Color information
#C51784 (or 0xC51784) is known color: Medium Violet Red. HEX triplet: C5, 17 and 84. RGB value is (197,23,132). Sum of RGB (Red+Green+Blue) = 197+23+132=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C51784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51784 is #3AE87B. Grayscale: #575757. Windows color (decimal): -3860604 or 8656837. OLE color: 8656837.
HSL color Cylindrical-coordinate representation of color #C51784: hue angle of 322.41º 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 #C51784 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 132 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.23 |
| HSL | 322.41º | 0.79% | 0.43% | - |
| HSV(B) | 322.41º | 0.88% | 0.77% | - |
| XYZ | 27.5 | 14.15 | 23.11 | - |
| YUV | 87.45 | 153.15 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 132 | 0 | 0.88 | 0.33 | 0.23 | 322.41 | 0.79 | 0.43 |
| Hex | C5 | 17 | 84 | 0 | 58 | 21 | 17 | 142 | 4F | 2B |
| Octal | 305 | 27 | 204 | 0 | 130 | 41 | 27 | 502 | 117 | 53 |
| Binary | 11000101 | 10111 | 10000100 | 0 | 1011000 | 100001 | 10111 | 101000010 | 1001111 | 101011 |
Color Harmonies of #C51784
Complementary color
Monochromatic Colors of #C51784
Black with #C51784
Text Example
Text Example
White with #C51784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51784; }
p { color: rgb(197,23,132); }
H1.HeaderClassName
{
color: #C51784;
}
.AnyTagClassName
{
color: #C51784;
}
</style>
background-color css
<style>
a { background-color: #C51784; }
a { background-color: rgb(197,23,132); }
div.DivClassName
{
background-color: #C51784;
}
.BgClassName
{
background-color: #C51784;
}
</style>
border-color css
<style>
span { border-color: #C51784; }
span { border-color: rgb(197,23,132); }
td.TdClassName
{
border-color: #C51784;
}
.TagClassName
{
border-color: #C51784;
}
</style>