Shades of Medium Violet Red #C51277
Tints of Medium Violet Red #C51277
RGB
CMYK
RGB Variations
Color information
#C51277 (or 0xC51277) is known color: Medium Violet Red. HEX triplet: C5, 12 and 77. RGB value is (197,18,119). Sum of RGB (Red+Green+Blue) = 197+18+119=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C51277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51277 is #3AED88. Grayscale: #525252. Windows color (decimal): -3861897 or 7803589. OLE color: 7803589.
HSL color Cylindrical-coordinate representation of color #C51277: hue angle of 326.15º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51277 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 119 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.23 |
| HSL | 326.15º | 0.83% | 0.42% | - |
| HSV(B) | 326.15º | 0.91% | 0.77% | - |
| XYZ | 26.57 | 13.63 | 18.68 | - |
| YUV | 83.04 | 148.3 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 119 | 0 | 0.91 | 0.40 | 0.23 | 326.15 | 0.83 | 0.42 |
| Hex | C5 | 12 | 77 | 0 | 5B | 28 | 17 | 146 | 53 | 2A |
| Octal | 305 | 22 | 167 | 0 | 133 | 50 | 27 | 506 | 123 | 52 |
| Binary | 11000101 | 10010 | 1110111 | 0 | 1011011 | 101000 | 10111 | 101000110 | 1010011 | 101010 |
Color Harmonies of #C51277
Complementary color
Monochromatic Colors of #C51277
Black with #C51277
Text Example
Text Example
White with #C51277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51277; }
p { color: rgb(197,18,119); }
H1.HeaderClassName
{
color: #C51277;
}
.AnyTagClassName
{
color: #C51277;
}
</style>
background-color css
<style>
a { background-color: #C51277; }
a { background-color: rgb(197,18,119); }
div.DivClassName
{
background-color: #C51277;
}
.BgClassName
{
background-color: #C51277;
}
</style>
border-color css
<style>
span { border-color: #C51277; }
span { border-color: rgb(197,18,119); }
td.TdClassName
{
border-color: #C51277;
}
.TagClassName
{
border-color: #C51277;
}
</style>