Shades of Medium Violet Red #C51CA0
Tints of Medium Violet Red #C51CA0
RGB
CMYK
RGB Variations
Color information
#C51CA0 (or 0xC51CA0) is known color: Medium Violet Red. HEX triplet: C5, 1C and A0. RGB value is (197,28,160). Sum of RGB (Red+Green+Blue) = 197+28+160=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51CA0 is #3AE35F. Grayscale: #5D5D5D. Windows color (decimal): -3859296 or 10493125. OLE color: 10493125.
HSL color Cylindrical-coordinate representation of color #C51CA0: hue angle of 313.14º 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 #C51CA0 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 160 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.23 |
| HSL | 313.14º | 0.75% | 0.44% | - |
| HSV(B) | 313.14º | 0.86% | 0.77% | - |
| XYZ | 29.79 | 15.24 | 34.63 | - |
| YUV | 93.58 | 165.49 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 160 | 0 | 0.86 | 0.19 | 0.23 | 313.14 | 0.75 | 0.44 |
| Hex | C5 | 1C | A0 | 0 | 56 | 13 | 17 | 139 | 4B | 2C |
| Octal | 305 | 34 | 240 | 0 | 126 | 23 | 27 | 471 | 113 | 54 |
| Binary | 11000101 | 11100 | 10100000 | 0 | 1010110 | 10011 | 10111 | 100111001 | 1001011 | 101100 |
Color Harmonies of #C51CA0
Complementary color
Monochromatic Colors of #C51CA0
Black with #C51CA0
Text Example
Text Example
White with #C51CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CA0; }
p { color: rgb(197,28,160); }
H1.HeaderClassName
{
color: #C51CA0;
}
.AnyTagClassName
{
color: #C51CA0;
}
</style>
background-color css
<style>
a { background-color: #C51CA0; }
a { background-color: rgb(197,28,160); }
div.DivClassName
{
background-color: #C51CA0;
}
.BgClassName
{
background-color: #C51CA0;
}
</style>
border-color css
<style>
span { border-color: #C51CA0; }
span { border-color: rgb(197,28,160); }
td.TdClassName
{
border-color: #C51CA0;
}
.TagClassName
{
border-color: #C51CA0;
}
</style>