#C5397C

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

Shades of Medium Red Violet #C5397C

Tints of Medium Red Violet #C5397C

Color information

#C5397C (or 0xC5397C) is unknown color: approx Medium Red Violet. HEX triplet: C5, 39 and 7C. RGB value is (197,57,124). Sum of RGB (Red+Green+Blue) = 197+57+124=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5397C is #3AC683. Grayscale: #6A6A6A. Windows color (decimal): -3851908 or 8141253. OLE color: 8141253.

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

Color convert

RGB19757124-
CMYK00.710.370.23
HSL331.29º55.12%49.8%-
HSV(B)331.29º71.07%77.25%-
XYZ28.1316.2520.72-
YUV106.5137.88192.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.12%
GREEN value IS 57 (22.66% from 255) = 15.08%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=52.12%
G=15.08%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975712400.710.370.23331.2955.1249.8
HexC5397C047251714b3732
Octal30571174010745275136762
Binary1100010111100111111000100011110010110111101001011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5397C; }

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

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

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

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

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

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

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

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