#C53997

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

Shades of Medium Red Violet #C53997

Tints of Medium Red Violet #C53997

Color information

#C53997 (or 0xC53997) is unknown color: approx Medium Red Violet. HEX triplet: C5, 39 and 97. RGB value is (197,57,151). Sum of RGB (Red+Green+Blue) = 197+57+151=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C53997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53997 is #3AC668. Grayscale: #6D6D6D. Windows color (decimal): -3851881 or 9910725. OLE color: 9910725.

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

Color convert

RGB19757151-
CMYK00.710.230.23
HSL319.71º55.12%49.8%-
HSV(B)319.71º71.07%77.25%-
XYZ30.0817.0330.98-
YUV109.58151.38190.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.64%
GREEN value IS 57 (22.66% from 255) = 14.07%
BLUE value IS 151 (59.38% from 255) = 37.28%
R=48.64%
G=14.07%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975715100.710.230.23319.7155.1249.8
HexC5399704717171403732
Octal30571227010727275006762
Binary1100010111100110010111010001111011110111101000000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53997; }

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

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

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

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

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

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

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

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