#C51A91

Color #C51A91 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C51A91

Tints of Medium Violet Red #C51A91

Color information

#C51A91 (or 0xC51A91) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1A and 91. RGB value is (197,26,145). Sum of RGB (Red+Green+Blue) = 197+26+145=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51A91 is #3AE56E. Grayscale: #5A5A5A. Windows color (decimal): -3859823 or 9509573. OLE color: 9509573.

HSL color Cylindrical-coordinate representation of color #C51A91: hue angle of 318.25º 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 #C51A91 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB19726145-
CMYK00.870.260.23
HSL318.25º76.68%43.73%-
HSV(B)318.25º86.8%77.25%-
XYZ28.5114.6528.11-
YUV90.7158.65203.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 53.53%
GREEN value IS 26 (10.55% from 255) = 7.07%
BLUE value IS 145 (57.03% from 255) = 39.40%
R=53.53%
G=7.07%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972614500.870.260.23318.2576.6843.73
HexC51A910571A1713e4d2c
Octal305322210127322747611554
Binary1100010111010100100010101011111010101111001111101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51A91; }

 p { color: rgb(197,26,145); }

 H1.HeaderClassName
 {
   color: #C51A91;
 }
 .AnyTagClassName
 {
   color: #C51A91;
 }
</style>
background-color css

<style>
 a { background-color: #C51A91; }

 a { background-color: rgb(197,26,145); }

 div.DivClassName
 {
   background-color: #C51A91;
 }
 .BgClassName
 {
   background-color: #C51A91;
 }
</style>
border-color css

<style>
 span { border-color: #C51A91; }

 span { border-color: rgb(197,26,145); }

 td.TdClassName
 {
   border-color: #C51A91;
 }
 .TagClassName
 {
   border-color: #C51A91;
 }
</style>