Shades of Medium Violet Red #C51FA4
Tints of Medium Violet Red #C51FA4
RGB
CMYK
RGB Variations
Color information
#C51FA4 (or 0xC51FA4) is known color: Medium Violet Red. HEX triplet: C5, 1F and A4. RGB value is (197,31,164). Sum of RGB (Red+Green+Blue) = 197+31+164=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51FA4 is #3AE05B. Grayscale: #5F5F5F. Windows color (decimal): -3858524 or 10756037. OLE color: 10756037.
HSL color Cylindrical-coordinate representation of color #C51FA4: hue angle of 311.93º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51FA4 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 164 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.23 |
| HSL | 311.93º | 0.73% | 0.45% | - |
| HSV(B) | 311.93º | 0.84% | 0.77% | - |
| XYZ | 30.22 | 15.53 | 36.53 | - |
| YUV | 95.8 | 166.5 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 164 | 0 | 0.84 | 0.17 | 0.23 | 311.93 | 0.73 | 0.45 |
| Hex | C5 | 1F | A4 | 0 | 54 | 11 | 17 | 138 | 49 | 2D |
| Octal | 305 | 37 | 244 | 0 | 124 | 21 | 27 | 470 | 111 | 55 |
| Binary | 11000101 | 11111 | 10100100 | 0 | 1010100 | 10001 | 10111 | 100111000 | 1001001 | 101101 |
Color Harmonies of #C51FA4
Complementary color
Monochromatic Colors of #C51FA4
Black with #C51FA4
Text Example
Text Example
White with #C51FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FA4; }
p { color: rgb(197,31,164); }
H1.HeaderClassName
{
color: #C51FA4;
}
.AnyTagClassName
{
color: #C51FA4;
}
</style>
background-color css
<style>
a { background-color: #C51FA4; }
a { background-color: rgb(197,31,164); }
div.DivClassName
{
background-color: #C51FA4;
}
.BgClassName
{
background-color: #C51FA4;
}
</style>
border-color css
<style>
span { border-color: #C51FA4; }
span { border-color: rgb(197,31,164); }
td.TdClassName
{
border-color: #C51FA4;
}
.TagClassName
{
border-color: #C51FA4;
}
</style>