Shades of Medium Violet Red #C51C7F
Tints of Medium Violet Red #C51C7F
RGB
CMYK
RGB Variations
Color information
#C51C7F (or 0xC51C7F) is known color: Medium Violet Red. HEX triplet: C5, 1C and 7F. RGB value is (197,28,127). Sum of RGB (Red+Green+Blue) = 197+28+127=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51C7F is #3AE380. Grayscale: #595959. Windows color (decimal): -3859329 or 8330437. OLE color: 8330437.
HSL color Cylindrical-coordinate representation of color #C51C7F: hue angle of 324.85º degrees, saturation: 0.75, 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 #C51C7F is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 127 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.23 |
| HSL | 324.85º | 0.75% | 0.44% | - |
| HSV(B) | 324.85º | 0.86% | 0.77% | - |
| XYZ | 27.27 | 14.23 | 21.39 | - |
| YUV | 89.82 | 148.99 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 127 | 0 | 0.86 | 0.36 | 0.23 | 324.85 | 0.75 | 0.44 |
| Hex | C5 | 1C | 7F | 0 | 56 | 24 | 17 | 145 | 4B | 2C |
| Octal | 305 | 34 | 177 | 0 | 126 | 44 | 27 | 505 | 113 | 54 |
| Binary | 11000101 | 11100 | 1111111 | 0 | 1010110 | 100100 | 10111 | 101000101 | 1001011 | 101100 |
Color Harmonies of #C51C7F
Complementary color
Monochromatic Colors of #C51C7F
Black with #C51C7F
Text Example
Text Example
White with #C51C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51C7F; }
p { color: rgb(197,28,127); }
H1.HeaderClassName
{
color: #C51C7F;
}
.AnyTagClassName
{
color: #C51C7F;
}
</style>
background-color css
<style>
a { background-color: #C51C7F; }
a { background-color: rgb(197,28,127); }
div.DivClassName
{
background-color: #C51C7F;
}
.BgClassName
{
background-color: #C51C7F;
}
</style>
border-color css
<style>
span { border-color: #C51C7F; }
span { border-color: rgb(197,28,127); }
td.TdClassName
{
border-color: #C51C7F;
}
.TagClassName
{
border-color: #C51C7F;
}
</style>