Shades of Medium Violet Red #C51CA4
Tints of Medium Violet Red #C51CA4
RGB
CMYK
RGB Variations
Color information
#C51CA4 (or 0xC51CA4) is known color: Medium Violet Red. HEX triplet: C5, 1C and A4. RGB value is (197,28,164). Sum of RGB (Red+Green+Blue) = 197+28+164=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51CA4 is #3AE35B. Grayscale: #5D5D5D. Windows color (decimal): -3859292 or 10755269. OLE color: 10755269.
HSL color Cylindrical-coordinate representation of color #C51CA4: hue angle of 311.72º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51CA4 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 164 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.23 |
| HSL | 311.72º | 0.75% | 0.44% | - |
| HSV(B) | 311.72º | 0.86% | 0.77% | - |
| XYZ | 30.14 | 15.38 | 36.5 | - |
| YUV | 94.04 | 167.49 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 164 | 0 | 0.86 | 0.17 | 0.23 | 311.72 | 0.75 | 0.44 |
| Hex | C5 | 1C | A4 | 0 | 56 | 11 | 17 | 138 | 4B | 2C |
| Octal | 305 | 34 | 244 | 0 | 126 | 21 | 27 | 470 | 113 | 54 |
| Binary | 11000101 | 11100 | 10100100 | 0 | 1010110 | 10001 | 10111 | 100111000 | 1001011 | 101100 |
Color Harmonies of #C51CA4
Complementary color
Monochromatic Colors of #C51CA4
Black with #C51CA4
Text Example
Text Example
White with #C51CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CA4; }
p { color: rgb(197,28,164); }
H1.HeaderClassName
{
color: #C51CA4;
}
.AnyTagClassName
{
color: #C51CA4;
}
</style>
background-color css
<style>
a { background-color: #C51CA4; }
a { background-color: rgb(197,28,164); }
div.DivClassName
{
background-color: #C51CA4;
}
.BgClassName
{
background-color: #C51CA4;
}
</style>
border-color css
<style>
span { border-color: #C51CA4; }
span { border-color: rgb(197,28,164); }
td.TdClassName
{
border-color: #C51CA4;
}
.TagClassName
{
border-color: #C51CA4;
}
</style>