Shades of Medium Violet Red #C51877
Tints of Medium Violet Red #C51877
RGB
CMYK
RGB Variations
Color information
#C51877 (or 0xC51877) is known color: Medium Violet Red. HEX triplet: C5, 18 and 77. RGB value is (197,24,119). Sum of RGB (Red+Green+Blue) = 197+24+119=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C51877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51877 is #3AE788. Grayscale: #565656. Windows color (decimal): -3860361 or 7805125. OLE color: 7805125.
HSL color Cylindrical-coordinate representation of color #C51877: hue angle of 327.05º degrees, saturation: 0.78, 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 #C51877 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 119 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.23 |
| HSL | 327.05º | 0.78% | 0.43% | - |
| HSV(B) | 327.05º | 0.88% | 0.77% | - |
| XYZ | 26.68 | 13.86 | 18.72 | - |
| YUV | 86.56 | 146.31 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 119 | 0 | 0.88 | 0.40 | 0.23 | 327.05 | 0.78 | 0.43 |
| Hex | C5 | 18 | 77 | 0 | 58 | 28 | 17 | 147 | 4E | 2B |
| Octal | 305 | 30 | 167 | 0 | 130 | 50 | 27 | 507 | 116 | 53 |
| Binary | 11000101 | 11000 | 1110111 | 0 | 1011000 | 101000 | 10111 | 101000111 | 1001110 | 101011 |
Color Harmonies of #C51877
Complementary color
Monochromatic Colors of #C51877
Black with #C51877
Text Example
Text Example
White with #C51877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51877; }
p { color: rgb(197,24,119); }
H1.HeaderClassName
{
color: #C51877;
}
.AnyTagClassName
{
color: #C51877;
}
</style>
background-color css
<style>
a { background-color: #C51877; }
a { background-color: rgb(197,24,119); }
div.DivClassName
{
background-color: #C51877;
}
.BgClassName
{
background-color: #C51877;
}
</style>
border-color css
<style>
span { border-color: #C51877; }
span { border-color: rgb(197,24,119); }
td.TdClassName
{
border-color: #C51877;
}
.TagClassName
{
border-color: #C51877;
}
</style>