Shades of Medium Violet Red #C51AA6
Tints of Medium Violet Red #C51AA6
RGB
CMYK
RGB Variations
Color information
#C51AA6 (or 0xC51AA6) is known color: Medium Violet Red. HEX triplet: C5, 1A and A6. RGB value is (197,26,166). Sum of RGB (Red+Green+Blue) = 197+26+166=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AA6 is #3AE559. Grayscale: #5C5C5C. Windows color (decimal): -3859802 or 10885829. OLE color: 10885829.
HSL color Cylindrical-coordinate representation of color #C51AA6: hue angle of 310.88º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51AA6 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 166 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.23 |
| HSL | 310.88º | 0.77% | 0.44% | - |
| HSV(B) | 310.88º | 0.87% | 0.77% | - |
| XYZ | 30.28 | 15.36 | 37.45 | - |
| YUV | 93.09 | 169.15 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 166 | 0 | 0.87 | 0.16 | 0.23 | 310.88 | 0.77 | 0.44 |
| Hex | C5 | 1A | A6 | 0 | 57 | 10 | 17 | 137 | 4D | 2C |
| Octal | 305 | 32 | 246 | 0 | 127 | 20 | 27 | 467 | 115 | 54 |
| Binary | 11000101 | 11010 | 10100110 | 0 | 1010111 | 10000 | 10111 | 100110111 | 1001101 | 101100 |
Color Harmonies of #C51AA6
Complementary color
Monochromatic Colors of #C51AA6
Black with #C51AA6
Text Example
Text Example
White with #C51AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AA6; }
p { color: rgb(197,26,166); }
H1.HeaderClassName
{
color: #C51AA6;
}
.AnyTagClassName
{
color: #C51AA6;
}
</style>
background-color css
<style>
a { background-color: #C51AA6; }
a { background-color: rgb(197,26,166); }
div.DivClassName
{
background-color: #C51AA6;
}
.BgClassName
{
background-color: #C51AA6;
}
</style>
border-color css
<style>
span { border-color: #C51AA6; }
span { border-color: rgb(197,26,166); }
td.TdClassName
{
border-color: #C51AA6;
}
.TagClassName
{
border-color: #C51AA6;
}
</style>