Shades of Medium Violet Red #C51FA9
Tints of Medium Violet Red #C51FA9
RGB
CMYK
RGB Variations
Color information
#C51FA9 (or 0xC51FA9) is known color: Medium Violet Red. HEX triplet: C5, 1F and A9. RGB value is (197,31,169). Sum of RGB (Red+Green+Blue) = 197+31+169=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51FA9 is #3AE056. Grayscale: #5F5F5F. Windows color (decimal): -3858519 or 11083717. OLE color: 11083717.
HSL color Cylindrical-coordinate representation of color #C51FA9: hue angle of 310.12º 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 #C51FA9 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 169 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.23 |
| HSL | 310.12º | 0.73% | 0.45% | - |
| HSV(B) | 310.12º | 0.84% | 0.77% | - |
| XYZ | 30.68 | 15.71 | 38.95 | - |
| YUV | 96.37 | 169 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 169 | 0 | 0.84 | 0.14 | 0.23 | 310.12 | 0.73 | 0.45 |
| Hex | C5 | 1F | A9 | 0 | 54 | E | 17 | 136 | 49 | 2D |
| Octal | 305 | 37 | 251 | 0 | 124 | 16 | 27 | 466 | 111 | 55 |
| Binary | 11000101 | 11111 | 10101001 | 0 | 1010100 | 1110 | 10111 | 100110110 | 1001001 | 101101 |
Color Harmonies of #C51FA9
Complementary color
Monochromatic Colors of #C51FA9
Black with #C51FA9
Text Example
Text Example
White with #C51FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FA9; }
p { color: rgb(197,31,169); }
H1.HeaderClassName
{
color: #C51FA9;
}
.AnyTagClassName
{
color: #C51FA9;
}
</style>
background-color css
<style>
a { background-color: #C51FA9; }
a { background-color: rgb(197,31,169); }
div.DivClassName
{
background-color: #C51FA9;
}
.BgClassName
{
background-color: #C51FA9;
}
</style>
border-color css
<style>
span { border-color: #C51FA9; }
span { border-color: rgb(197,31,169); }
td.TdClassName
{
border-color: #C51FA9;
}
.TagClassName
{
border-color: #C51FA9;
}
</style>