Shades of Medium Violet Red #C51FA0
Tints of Medium Violet Red #C51FA0
RGB
CMYK
RGB Variations
Color information
#C51FA0 (or 0xC51FA0) is known color: Medium Violet Red. HEX triplet: C5, 1F and A0. RGB value is (197,31,160). Sum of RGB (Red+Green+Blue) = 197+31+160=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51FA0 is #3AE05F. Grayscale: #5E5E5E. Windows color (decimal): -3858528 or 10493893. OLE color: 10493893.
HSL color Cylindrical-coordinate representation of color #C51FA0: hue angle of 313.37º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51FA0 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 160 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.23 |
| HSL | 313.37º | 0.73% | 0.45% | - |
| HSV(B) | 313.37º | 0.84% | 0.77% | - |
| XYZ | 29.86 | 15.39 | 34.65 | - |
| YUV | 95.34 | 164.5 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 160 | 0 | 0.84 | 0.19 | 0.23 | 313.37 | 0.73 | 0.45 |
| Hex | C5 | 1F | A0 | 0 | 54 | 13 | 17 | 139 | 49 | 2D |
| Octal | 305 | 37 | 240 | 0 | 124 | 23 | 27 | 471 | 111 | 55 |
| Binary | 11000101 | 11111 | 10100000 | 0 | 1010100 | 10011 | 10111 | 100111001 | 1001001 | 101101 |
Color Harmonies of #C51FA0
Complementary color
Monochromatic Colors of #C51FA0
Black with #C51FA0
Text Example
Text Example
White with #C51FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FA0; }
p { color: rgb(197,31,160); }
H1.HeaderClassName
{
color: #C51FA0;
}
.AnyTagClassName
{
color: #C51FA0;
}
</style>
background-color css
<style>
a { background-color: #C51FA0; }
a { background-color: rgb(197,31,160); }
div.DivClassName
{
background-color: #C51FA0;
}
.BgClassName
{
background-color: #C51FA0;
}
</style>
border-color css
<style>
span { border-color: #C51FA0; }
span { border-color: rgb(197,31,160); }
td.TdClassName
{
border-color: #C51FA0;
}
.TagClassName
{
border-color: #C51FA0;
}
</style>