#C53587

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

Shades of Medium Red Violet #C53587

Tints of Medium Red Violet #C53587

Color information

#C53587 (or 0xC53587) is unknown color: approx Medium Red Violet. HEX triplet: C5, 35 and 87. RGB value is (197,53,135). Sum of RGB (Red+Green+Blue) = 197+53+135=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C53587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53587 is #3ACA78. Grayscale: #696969. Windows color (decimal): -3852921 or 8861125. OLE color: 8861125.

HSL color Cylindrical-coordinate representation of color #C53587: hue angle of 325.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53587 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB19753135-
CMYK00.730.310.23
HSL325.83º57.6%49.02%-
HSV(B)325.83º73.1%77.25%-
XYZ28.6716.1724.53-
YUV105.4144.71193.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.17%
GREEN value IS 53 (21.09% from 255) = 13.77%
BLUE value IS 135 (53.12% from 255) = 35.06%
R=51.17%
G=13.77%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975313500.730.310.23325.8357.649.02
HexC535870491F171463a31
Octal30565207011137275067261
Binary1100010111010110000111010010011111110111101000110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53587; }

 p { color: rgb(197,53,135); }

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

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

 a { background-color: rgb(197,53,135); }

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

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

 span { border-color: rgb(197,53,135); }

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