#C53595

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

Shades of Medium Red Violet #C53595

Tints of Medium Red Violet #C53595

Color information

#C53595 (or 0xC53595) is unknown color: approx Medium Red Violet. HEX triplet: C5, 35 and 95. RGB value is (197,53,149). Sum of RGB (Red+Green+Blue) = 197+53+149=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C53595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53595 is #3ACA6A. Grayscale: #6A6A6A. Windows color (decimal): -3852907 or 9778629. OLE color: 9778629.

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

Color convert

RGB19753149-
CMYK00.730.240.23
HSL320º57.6%49.02%-
HSV(B)320º73.1%77.25%-
XYZ29.7216.5930.07-
YUV107151.71192.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.37%
GREEN value IS 53 (21.09% from 255) = 13.28%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=49.37%
G=13.28%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975314900.730.240.2332057.649.02
HexC5359504918171403a31
Octal30565225011130275007261
Binary1100010111010110010101010010011100010111101000000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53595; }

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

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

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

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

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

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

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

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