Shades of Medium Violet Red #C51AA9
Tints of Medium Violet Red #C51AA9
RGB
CMYK
RGB Variations
Color information
#C51AA9 (or 0xC51AA9) is known color: Medium Violet Red. HEX triplet: C5, 1A and A9. RGB value is (197,26,169). Sum of RGB (Red+Green+Blue) = 197+26+169=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AA9 is #3AE556. Grayscale: #5D5D5D. Windows color (decimal): -3859799 or 11082437. OLE color: 11082437.
HSL color Cylindrical-coordinate representation of color #C51AA9: hue angle of 309.82º 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 #C51AA9 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 169 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.23 |
| HSL | 309.82º | 0.77% | 0.44% | - |
| HSV(B) | 309.82º | 0.87% | 0.77% | - |
| XYZ | 30.56 | 15.47 | 38.91 | - |
| YUV | 93.43 | 170.65 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 169 | 0 | 0.87 | 0.14 | 0.23 | 309.82 | 0.77 | 0.44 |
| Hex | C5 | 1A | A9 | 0 | 57 | E | 17 | 136 | 4D | 2C |
| Octal | 305 | 32 | 251 | 0 | 127 | 16 | 27 | 466 | 115 | 54 |
| Binary | 11000101 | 11010 | 10101001 | 0 | 1010111 | 1110 | 10111 | 100110110 | 1001101 | 101100 |
Color Harmonies of #C51AA9
Complementary color
Monochromatic Colors of #C51AA9
Black with #C51AA9
Text Example
Text Example
White with #C51AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AA9; }
p { color: rgb(197,26,169); }
H1.HeaderClassName
{
color: #C51AA9;
}
.AnyTagClassName
{
color: #C51AA9;
}
</style>
background-color css
<style>
a { background-color: #C51AA9; }
a { background-color: rgb(197,26,169); }
div.DivClassName
{
background-color: #C51AA9;
}
.BgClassName
{
background-color: #C51AA9;
}
</style>
border-color css
<style>
span { border-color: #C51AA9; }
span { border-color: rgb(197,26,169); }
td.TdClassName
{
border-color: #C51AA9;
}
.TagClassName
{
border-color: #C51AA9;
}
</style>