Shades of Medium Violet Red #C51B8D
Tints of Medium Violet Red #C51B8D
RGB
CMYK
RGB Variations
Color information
#C51B8D (or 0xC51B8D) is known color: Medium Violet Red. HEX triplet: C5, 1B and 8D. RGB value is (197,27,141). Sum of RGB (Red+Green+Blue) = 197+27+141=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51B8D is #3AE472. Grayscale: #5A5A5A. Windows color (decimal): -3859571 or 9247685. OLE color: 9247685.
HSL color Cylindrical-coordinate representation of color #C51B8D: hue angle of 319.76º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51B8D is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 141 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.23 |
| HSL | 319.76º | 0.76% | 0.44% | - |
| HSV(B) | 319.76º | 0.86% | 0.77% | - |
| XYZ | 28.23 | 14.58 | 26.53 | - |
| YUV | 90.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 141 | 0 | 0.86 | 0.28 | 0.23 | 319.76 | 0.76 | 0.44 |
| Hex | C5 | 1B | 8D | 0 | 56 | 1C | 17 | 140 | 4C | 2C |
| Octal | 305 | 33 | 215 | 0 | 126 | 34 | 27 | 500 | 114 | 54 |
| Binary | 11000101 | 11011 | 10001101 | 0 | 1010110 | 11100 | 10111 | 101000000 | 1001100 | 101100 |
Color Harmonies of #C51B8D
Complementary color
Monochromatic Colors of #C51B8D
Black with #C51B8D
Text Example
Text Example
White with #C51B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51B8D; }
p { color: rgb(197,27,141); }
H1.HeaderClassName
{
color: #C51B8D;
}
.AnyTagClassName
{
color: #C51B8D;
}
</style>
background-color css
<style>
a { background-color: #C51B8D; }
a { background-color: rgb(197,27,141); }
div.DivClassName
{
background-color: #C51B8D;
}
.BgClassName
{
background-color: #C51B8D;
}
</style>
border-color css
<style>
span { border-color: #C51B8D; }
span { border-color: rgb(197,27,141); }
td.TdClassName
{
border-color: #C51B8D;
}
.TagClassName
{
border-color: #C51B8D;
}
</style>