#C51174

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

Shades of Medium Violet Red #C51174

Tints of Medium Violet Red #C51174

Color information

#C51174 (or 0xC51174) is unknown color: approx Medium Violet Red. HEX triplet: C5, 11 and 74. RGB value is (197,17,116). Sum of RGB (Red+Green+Blue) = 197+17+116=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C51174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51174 is #3AEE8B. Grayscale: #515151. Windows color (decimal): -3862156 or 7606725. OLE color: 7606725.

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

Color convert

RGB19717116-
CMYK00.910.410.23
HSL327º84.11%41.96%-
HSV(B)327º91.37%77.25%-
XYZ26.3813.5317.74-
YUV82.11147.13209.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.70%
GREEN value IS 17 (7.03% from 255) = 5.15%
BLUE value IS 116 (45.70% from 255) = 35.15%
R=59.70%
G=5.15%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971711600.910.410.2332784.1141.96
HexC5117405B2917147542a
Octal305211640133512750712452
Binary1100010110001111010001011011101001101111010001111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51174; }

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

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

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

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

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

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

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

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