Shades of Medium Violet Red #C51FA6
Tints of Medium Violet Red #C51FA6
RGB
CMYK
RGB Variations
Color information
#C51FA6 (or 0xC51FA6) is known color: Medium Violet Red. HEX triplet: C5, 1F and A6. RGB value is (197,31,166). Sum of RGB (Red+Green+Blue) = 197+31+166=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51FA6 is #3AE059. Grayscale: #5F5F5F. Windows color (decimal): -3858522 or 10887109. OLE color: 10887109.
HSL color Cylindrical-coordinate representation of color #C51FA6: hue angle of 311.2º 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 #C51FA6 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 166 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.23 |
| HSL | 311.2º | 0.73% | 0.45% | - |
| HSV(B) | 311.2º | 0.84% | 0.77% | - |
| XYZ | 30.4 | 15.6 | 37.49 | - |
| YUV | 96.02 | 167.5 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 166 | 0 | 0.84 | 0.16 | 0.23 | 311.2 | 0.73 | 0.45 |
| Hex | C5 | 1F | A6 | 0 | 54 | 10 | 17 | 137 | 49 | 2D |
| Octal | 305 | 37 | 246 | 0 | 124 | 20 | 27 | 467 | 111 | 55 |
| Binary | 11000101 | 11111 | 10100110 | 0 | 1010100 | 10000 | 10111 | 100110111 | 1001001 | 101101 |
Color Harmonies of #C51FA6
Complementary color
Monochromatic Colors of #C51FA6
Black with #C51FA6
Text Example
Text Example
White with #C51FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FA6; }
p { color: rgb(197,31,166); }
H1.HeaderClassName
{
color: #C51FA6;
}
.AnyTagClassName
{
color: #C51FA6;
}
</style>
background-color css
<style>
a { background-color: #C51FA6; }
a { background-color: rgb(197,31,166); }
div.DivClassName
{
background-color: #C51FA6;
}
.BgClassName
{
background-color: #C51FA6;
}
</style>
border-color css
<style>
span { border-color: #C51FA6; }
span { border-color: rgb(197,31,166); }
td.TdClassName
{
border-color: #C51FA6;
}
.TagClassName
{
border-color: #C51FA6;
}
</style>