Shades of Medium Violet Red #C51C7A
Tints of Medium Violet Red #C51C7A
RGB
CMYK
RGB Variations
Color information
#C51C7A (or 0xC51C7A) is known color: Medium Violet Red. HEX triplet: C5, 1C and 7A. RGB value is (197,28,122). Sum of RGB (Red+Green+Blue) = 197+28+122=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51C7A is #3AE385. Grayscale: #595959. Windows color (decimal): -3859334 or 8002757. OLE color: 8002757.
HSL color Cylindrical-coordinate representation of color #C51C7A: hue angle of 326.63º 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 #C51C7A is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 122 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.23 |
| HSL | 326.63º | 0.75% | 0.44% | - |
| HSV(B) | 326.63º | 0.86% | 0.77% | - |
| XYZ | 26.95 | 14.11 | 19.71 | - |
| YUV | 89.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 122 | 0 | 0.86 | 0.38 | 0.23 | 326.63 | 0.75 | 0.44 |
| Hex | C5 | 1C | 7A | 0 | 56 | 26 | 17 | 147 | 4B | 2C |
| Octal | 305 | 34 | 172 | 0 | 126 | 46 | 27 | 507 | 113 | 54 |
| Binary | 11000101 | 11100 | 1111010 | 0 | 1010110 | 100110 | 10111 | 101000111 | 1001011 | 101100 |
Color Harmonies of #C51C7A
Complementary color
Monochromatic Colors of #C51C7A
Black with #C51C7A
Text Example
Text Example
White with #C51C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51C7A; }
p { color: rgb(197,28,122); }
H1.HeaderClassName
{
color: #C51C7A;
}
.AnyTagClassName
{
color: #C51C7A;
}
</style>
background-color css
<style>
a { background-color: #C51C7A; }
a { background-color: rgb(197,28,122); }
div.DivClassName
{
background-color: #C51C7A;
}
.BgClassName
{
background-color: #C51C7A;
}
</style>
border-color css
<style>
span { border-color: #C51C7A; }
span { border-color: rgb(197,28,122); }
td.TdClassName
{
border-color: #C51C7A;
}
.TagClassName
{
border-color: #C51C7A;
}
</style>