#C53880

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

Shades of Medium Red Violet #C53880

Tints of Medium Red Violet #C53880

Color information

#C53880 (or 0xC53880) is unknown color: approx Medium Red Violet. HEX triplet: C5, 38 and 80. RGB value is (197,56,128). Sum of RGB (Red+Green+Blue) = 197+56+128=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C53880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53880 is #3AC77F. Grayscale: #6A6A6A. Windows color (decimal): -3852160 or 8403141. OLE color: 8403141.

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

Color convert

RGB19756128-
CMYK00.720.350.23
HSL329.36º55.73%49.61%-
HSV(B)329.36º71.57%77.25%-
XYZ28.3416.2622.07-
YUV106.37140.21192.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 56 (22.27% from 255) = 14.70%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=51.71%
G=14.70%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975612800.720.350.23329.3655.7349.61
HexC5388004823171493832
Octal30570200011043275117062
Binary11000101111000100000000100100010001110111101001001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53880; }

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

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

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

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

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

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

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

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