#C51172

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

Shades of Medium Violet Red #C51172

Tints of Medium Violet Red #C51172

Color information

#C51172 (or 0xC51172) is unknown color: approx Medium Violet Red. HEX triplet: C5, 11 and 72. RGB value is (197,17,114). Sum of RGB (Red+Green+Blue) = 197+17+114=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C51172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51172 is #3AEE8D. Grayscale: #515151. Windows color (decimal): -3862158 or 7475653. OLE color: 7475653.

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

Color convert

RGB19717114-
CMYK00.910.420.23
HSL327.67º84.11%41.96%-
HSV(B)327.67º91.37%77.25%-
XYZ26.2613.4917.14-
YUV81.88146.13210.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.06%
GREEN value IS 17 (7.03% from 255) = 5.18%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=60.06%
G=5.18%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971711400.910.420.23327.6784.1141.96
HexC5117205B2A17148542a
Octal305211620133522751012452
Binary1100010110001111001001011011101010101111010010001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51172; }

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

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

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

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

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

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

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

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