#C53995

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

Shades of Medium Red Violet #C53995

Tints of Medium Red Violet #C53995

Color information

#C53995 (or 0xC53995) is unknown color: approx Medium Red Violet. HEX triplet: C5, 39 and 95. RGB value is (197,57,149). Sum of RGB (Red+Green+Blue) = 197+57+149=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C53995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53995 is #3AC66A. Grayscale: #6D6D6D. Windows color (decimal): -3851883 or 9779653. OLE color: 9779653.

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

Color convert

RGB19757149-
CMYK00.710.240.23
HSL320.57º55.12%49.8%-
HSV(B)320.57º71.07%77.25%-
XYZ29.9116.9730.13-
YUV109.35150.38190.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.88%
GREEN value IS 57 (22.66% from 255) = 14.14%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=48.88%
G=14.14%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975714900.710.240.23320.5755.1249.8
HexC5399504718171413732
Octal30571225010730275016762
Binary1100010111100110010101010001111100010111101000001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53995; }

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

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

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

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

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

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

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

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