Shades of Medium Violet Red #C51AA2
Tints of Medium Violet Red #C51AA2
RGB
CMYK
RGB Variations
Color information
#C51AA2 (or 0xC51AA2) is known color: Medium Violet Red. HEX triplet: C5, 1A and A2. RGB value is (197,26,162). Sum of RGB (Red+Green+Blue) = 197+26+162=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AA2 is #3AE55D. Grayscale: #5C5C5C. Windows color (decimal): -3859806 or 10623685. OLE color: 10623685.
HSL color Cylindrical-coordinate representation of color #C51AA2: hue angle of 312.28º 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 #C51AA2 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 162 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.23 |
| HSL | 312.28º | 0.77% | 0.44% | - |
| HSV(B) | 312.28º | 0.87% | 0.77% | - |
| XYZ | 29.92 | 15.22 | 35.54 | - |
| YUV | 92.63 | 167.15 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 162 | 0 | 0.87 | 0.18 | 0.23 | 312.28 | 0.77 | 0.44 |
| Hex | C5 | 1A | A2 | 0 | 57 | 12 | 17 | 138 | 4D | 2C |
| Octal | 305 | 32 | 242 | 0 | 127 | 22 | 27 | 470 | 115 | 54 |
| Binary | 11000101 | 11010 | 10100010 | 0 | 1010111 | 10010 | 10111 | 100111000 | 1001101 | 101100 |
Color Harmonies of #C51AA2
Complementary color
Monochromatic Colors of #C51AA2
Black with #C51AA2
Text Example
Text Example
White with #C51AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AA2; }
p { color: rgb(197,26,162); }
H1.HeaderClassName
{
color: #C51AA2;
}
.AnyTagClassName
{
color: #C51AA2;
}
</style>
background-color css
<style>
a { background-color: #C51AA2; }
a { background-color: rgb(197,26,162); }
div.DivClassName
{
background-color: #C51AA2;
}
.BgClassName
{
background-color: #C51AA2;
}
</style>
border-color css
<style>
span { border-color: #C51AA2; }
span { border-color: rgb(197,26,162); }
td.TdClassName
{
border-color: #C51AA2;
}
.TagClassName
{
border-color: #C51AA2;
}
</style>