#C51574

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

Shades of Medium Violet Red #C51574

Tints of Medium Violet Red #C51574

Color information

#C51574 (or 0xC51574) is unknown color: approx Medium Violet Red. HEX triplet: C5, 15 and 74. RGB value is (197,21,116). Sum of RGB (Red+Green+Blue) = 197+21+116=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C51574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51574 is #3AEA8B. Grayscale: #545454. Windows color (decimal): -3861132 or 7607749. OLE color: 7607749.

HSL color Cylindrical-coordinate representation of color #C51574: hue angle of 327.61º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51574 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB19721116-
CMYK00.890.410.23
HSL327.61º80.73%42.75%-
HSV(B)327.61º89.34%77.25%-
XYZ26.4513.6717.77-
YUV84.45145.81208.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.98%
GREEN value IS 21 (8.59% from 255) = 6.29%
BLUE value IS 116 (45.70% from 255) = 34.73%
R=58.98%
G=6.29%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972111600.890.410.23327.6180.7342.75
HexC515740592917148512b
Octal305251640131512751012153
Binary1100010110101111010001011001101001101111010010001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51574; }

 p { color: rgb(197,21,116); }

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

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

 a { background-color: rgb(197,21,116); }

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

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

 span { border-color: rgb(197,21,116); }

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