Shades of Medium Violet Red #C51AA8
Tints of Medium Violet Red #C51AA8
RGB
CMYK
RGB Variations
Color information
#C51AA8 (or 0xC51AA8) is known color: Medium Violet Red. HEX triplet: C5, 1A and A8. RGB value is (197,26,168). Sum of RGB (Red+Green+Blue) = 197+26+168=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AA8 is #3AE557. Grayscale: #5C5C5C. Windows color (decimal): -3859800 or 11016901. OLE color: 11016901.
HSL color Cylindrical-coordinate representation of color #C51AA8: hue angle of 310.18º 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 #C51AA8 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 168 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.23 |
| HSL | 310.18º | 0.77% | 0.44% | - |
| HSV(B) | 310.18º | 0.87% | 0.77% | - |
| XYZ | 30.46 | 15.44 | 38.42 | - |
| YUV | 93.32 | 170.15 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 168 | 0 | 0.87 | 0.15 | 0.23 | 310.18 | 0.77 | 0.44 |
| Hex | C5 | 1A | A8 | 0 | 57 | F | 17 | 136 | 4D | 2C |
| Octal | 305 | 32 | 250 | 0 | 127 | 17 | 27 | 466 | 115 | 54 |
| Binary | 11000101 | 11010 | 10101000 | 0 | 1010111 | 1111 | 10111 | 100110110 | 1001101 | 101100 |
Color Harmonies of #C51AA8
Complementary color
Monochromatic Colors of #C51AA8
Black with #C51AA8
Text Example
Text Example
White with #C51AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AA8; }
p { color: rgb(197,26,168); }
H1.HeaderClassName
{
color: #C51AA8;
}
.AnyTagClassName
{
color: #C51AA8;
}
</style>
background-color css
<style>
a { background-color: #C51AA8; }
a { background-color: rgb(197,26,168); }
div.DivClassName
{
background-color: #C51AA8;
}
.BgClassName
{
background-color: #C51AA8;
}
</style>
border-color css
<style>
span { border-color: #C51AA8; }
span { border-color: rgb(197,26,168); }
td.TdClassName
{
border-color: #C51AA8;
}
.TagClassName
{
border-color: #C51AA8;
}
</style>