Shades of Medium Violet Red #C51D9B
Tints of Medium Violet Red #C51D9B
RGB
CMYK
RGB Variations
Color information
#C51D9B (or 0xC51D9B) is known color: Medium Violet Red. HEX triplet: C5, 1D and 9B. RGB value is (197,29,155). Sum of RGB (Red+Green+Blue) = 197+29+155=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51D9B is #3AE264. Grayscale: #5D5D5D. Windows color (decimal): -3859045 or 10165701. OLE color: 10165701.
HSL color Cylindrical-coordinate representation of color #C51D9B: hue angle of 315º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51D9B is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 155 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.23 |
| HSL | 315º | 0.74% | 0.44% | - |
| HSV(B) | 315º | 0.85% | 0.77% | - |
| XYZ | 29.38 | 15.12 | 32.38 | - |
| YUV | 93.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 155 | 0 | 0.85 | 0.21 | 0.23 | 315 | 0.74 | 0.44 |
| Hex | C5 | 1D | 9B | 0 | 55 | 15 | 17 | 13B | 4A | 2C |
| Octal | 305 | 35 | 233 | 0 | 125 | 25 | 27 | 473 | 112 | 54 |
| Binary | 11000101 | 11101 | 10011011 | 0 | 1010101 | 10101 | 10111 | 100111011 | 1001010 | 101100 |
Color Harmonies of #C51D9B
Complementary color
Monochromatic Colors of #C51D9B
Black with #C51D9B
Text Example
Text Example
White with #C51D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D9B; }
p { color: rgb(197,29,155); }
H1.HeaderClassName
{
color: #C51D9B;
}
.AnyTagClassName
{
color: #C51D9B;
}
</style>
background-color css
<style>
a { background-color: #C51D9B; }
a { background-color: rgb(197,29,155); }
div.DivClassName
{
background-color: #C51D9B;
}
.BgClassName
{
background-color: #C51D9B;
}
</style>
border-color css
<style>
span { border-color: #C51D9B; }
span { border-color: rgb(197,29,155); }
td.TdClassName
{
border-color: #C51D9B;
}
.TagClassName
{
border-color: #C51D9B;
}
</style>