#C53575

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

Shades of Medium Red Violet #C53575

Tints of Medium Red Violet #C53575

Color information

#C53575 (or 0xC53575) is unknown color: approx Medium Red Violet. HEX triplet: C5, 35 and 75. RGB value is (197,53,117). Sum of RGB (Red+Green+Blue) = 197+53+117=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C53575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53575 is #3ACA8A. Grayscale: #676767. Windows color (decimal): -3852939 or 7681477. OLE color: 7681477.

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

Color convert

RGB19753117-
CMYK00.730.410.23
HSL333.33º57.6%49.02%-
HSV(B)333.33º73.1%77.25%-
XYZ27.5115.718.41-
YUV103.35135.71194.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.68%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=53.68%
G=14.44%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975311700.730.410.23333.3357.649.02
HexC53575049291714d3a31
Octal30565165011151275157261
Binary1100010111010111101010100100110100110111101001101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53575; }

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

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

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

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

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

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

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

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