Shades of Medium Violet Red #C51B77
Tints of Medium Violet Red #C51B77
RGB
CMYK
RGB Variations
Color information
#C51B77 (or 0xC51B77) is known color: Medium Violet Red. HEX triplet: C5, 1B and 77. RGB value is (197,27,119). Sum of RGB (Red+Green+Blue) = 197+27+119=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51B77 is #3AE488. Grayscale: #585858. Windows color (decimal): -3859593 or 7805893. OLE color: 7805893.
HSL color Cylindrical-coordinate representation of color #C51B77: hue angle of 327.53º 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 #C51B77 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 119 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.23 |
| HSL | 327.53º | 0.76% | 0.44% | - |
| HSV(B) | 327.53º | 0.86% | 0.77% | - |
| XYZ | 26.75 | 13.99 | 18.74 | - |
| YUV | 88.32 | 145.32 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 119 | 0 | 0.86 | 0.40 | 0.23 | 327.53 | 0.76 | 0.44 |
| Hex | C5 | 1B | 77 | 0 | 56 | 28 | 17 | 148 | 4C | 2C |
| Octal | 305 | 33 | 167 | 0 | 126 | 50 | 27 | 510 | 114 | 54 |
| Binary | 11000101 | 11011 | 1110111 | 0 | 1010110 | 101000 | 10111 | 101001000 | 1001100 | 101100 |
Color Harmonies of #C51B77
Complementary color
Monochromatic Colors of #C51B77
Black with #C51B77
Text Example
Text Example
White with #C51B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51B77; }
p { color: rgb(197,27,119); }
H1.HeaderClassName
{
color: #C51B77;
}
.AnyTagClassName
{
color: #C51B77;
}
</style>
background-color css
<style>
a { background-color: #C51B77; }
a { background-color: rgb(197,27,119); }
div.DivClassName
{
background-color: #C51B77;
}
.BgClassName
{
background-color: #C51B77;
}
</style>
border-color css
<style>
span { border-color: #C51B77; }
span { border-color: rgb(197,27,119); }
td.TdClassName
{
border-color: #C51B77;
}
.TagClassName
{
border-color: #C51B77;
}
</style>