#C50780

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

Shades of Medium Violet Red #C50780

Tints of Medium Violet Red #C50780

Color information

#C50780 (or 0xC50780) is unknown color: approx Medium Violet Red. HEX triplet: C5, 07 and 80. RGB value is (197,7,128). Sum of RGB (Red+Green+Blue) = 197+7+128=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C50780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50780 is #3AF87F. Grayscale: #4D4D4D. Windows color (decimal): -3864704 or 8390597. OLE color: 8390597.

HSL color Cylindrical-coordinate representation of color #C50780: hue angle of 321.79º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50780 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB1977128-
CMYK00.960.350.23
HSL321.79º93.14%40%-
HSV(B)321.79º96.45%77.25%-
XYZ2713.5821.62-
YUV77.6156.45213.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.34%
GREEN value IS 7 (3.12% from 255) = 2.11%
BLUE value IS 128 (50.39% from 255) = 38.55%
R=59.34%
G=2.11%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197712800.960.350.23321.7993.1440
HexC578006023171425d28
Octal30572000140432750213550
Binary110001011111000000001100000100011101111010000101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50780; }

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

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

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

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

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

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

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

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