#C51A80

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

Shades of Medium Violet Red #C51A80

Tints of Medium Violet Red #C51A80

Color information

#C51A80 (or 0xC51A80) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1A and 80. RGB value is (197,26,128). Sum of RGB (Red+Green+Blue) = 197+26+128=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51A80 is #3AE57F. Grayscale: #585858. Windows color (decimal): -3859840 or 8395461. OLE color: 8395461.

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

Color convert

RGB19726128-
CMYK00.870.350.23
HSL324.21º76.68%43.73%-
HSV(B)324.21º86.8%77.25%-
XYZ27.2914.1721.72-
YUV88.76150.15205.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.13%
GREEN value IS 26 (10.55% from 255) = 7.41%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=56.13%
G=7.41%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972612800.870.350.23324.2176.6843.73
HexC51A8005723171444d2c
Octal305322000127432750411554
Binary11000101110101000000001010111100011101111010001001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51A80; }

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

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

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

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

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

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

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

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