Shades of Medium Violet Red #C51A8A
Tints of Medium Violet Red #C51A8A
RGB
CMYK
RGB Variations
Color information
#C51A8A (or 0xC51A8A) is known color: Medium Violet Red. HEX triplet: C5, 1A and 8A. RGB value is (197,26,138). Sum of RGB (Red+Green+Blue) = 197+26+138=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51A8A is #3AE575. Grayscale: #595959. Windows color (decimal): -3859830 or 9050821. OLE color: 9050821.
HSL color Cylindrical-coordinate representation of color #C51A8A: hue angle of 320.7º 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 #C51A8A is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 138 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.23 |
| HSL | 320.7º | 0.77% | 0.44% | - |
| HSV(B) | 320.7º | 0.87% | 0.77% | - |
| XYZ | 27.98 | 14.44 | 25.36 | - |
| YUV | 89.9 | 155.15 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 138 | 0 | 0.87 | 0.30 | 0.23 | 320.7 | 0.77 | 0.44 |
| Hex | C5 | 1A | 8A | 0 | 57 | 1E | 17 | 141 | 4D | 2C |
| Octal | 305 | 32 | 212 | 0 | 127 | 36 | 27 | 501 | 115 | 54 |
| Binary | 11000101 | 11010 | 10001010 | 0 | 1010111 | 11110 | 10111 | 101000001 | 1001101 | 101100 |
Color Harmonies of #C51A8A
Complementary color
Monochromatic Colors of #C51A8A
Black with #C51A8A
Text Example
Text Example
White with #C51A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A8A; }
p { color: rgb(197,26,138); }
H1.HeaderClassName
{
color: #C51A8A;
}
.AnyTagClassName
{
color: #C51A8A;
}
</style>
background-color css
<style>
a { background-color: #C51A8A; }
a { background-color: rgb(197,26,138); }
div.DivClassName
{
background-color: #C51A8A;
}
.BgClassName
{
background-color: #C51A8A;
}
</style>
border-color css
<style>
span { border-color: #C51A8A; }
span { border-color: rgb(197,26,138); }
td.TdClassName
{
border-color: #C51A8A;
}
.TagClassName
{
border-color: #C51A8A;
}
</style>