Shades of Medium Violet Red #C51C7E
Tints of Medium Violet Red #C51C7E
RGB
CMYK
RGB Variations
Color information
#C51C7E (or 0xC51C7E) is known color: Medium Violet Red. HEX triplet: C5, 1C and 7E. RGB value is (197,28,126). Sum of RGB (Red+Green+Blue) = 197+28+126=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51C7E is #3AE381. Grayscale: #595959. Windows color (decimal): -3859330 or 8264901. OLE color: 8264901.
HSL color Cylindrical-coordinate representation of color #C51C7E: hue angle of 325.21º 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 #C51C7E is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 126 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.23 |
| HSL | 325.21º | 0.75% | 0.44% | - |
| HSV(B) | 325.21º | 0.86% | 0.77% | - |
| XYZ | 27.21 | 14.21 | 21.05 | - |
| YUV | 89.7 | 148.49 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 126 | 0 | 0.86 | 0.36 | 0.23 | 325.21 | 0.75 | 0.44 |
| Hex | C5 | 1C | 7E | 0 | 56 | 24 | 17 | 145 | 4B | 2C |
| Octal | 305 | 34 | 176 | 0 | 126 | 44 | 27 | 505 | 113 | 54 |
| Binary | 11000101 | 11100 | 1111110 | 0 | 1010110 | 100100 | 10111 | 101000101 | 1001011 | 101100 |
Color Harmonies of #C51C7E
Complementary color
Monochromatic Colors of #C51C7E
Black with #C51C7E
Text Example
Text Example
White with #C51C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51C7E; }
p { color: rgb(197,28,126); }
H1.HeaderClassName
{
color: #C51C7E;
}
.AnyTagClassName
{
color: #C51C7E;
}
</style>
background-color css
<style>
a { background-color: #C51C7E; }
a { background-color: rgb(197,28,126); }
div.DivClassName
{
background-color: #C51C7E;
}
.BgClassName
{
background-color: #C51C7E;
}
</style>
border-color css
<style>
span { border-color: #C51C7E; }
span { border-color: rgb(197,28,126); }
td.TdClassName
{
border-color: #C51C7E;
}
.TagClassName
{
border-color: #C51C7E;
}
</style>