#C53977

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

Shades of Medium Red Violet #C53977

Tints of Medium Red Violet #C53977

Color information

#C53977 (or 0xC53977) is unknown color: approx Medium Red Violet. HEX triplet: C5, 39 and 77. RGB value is (197,57,119). Sum of RGB (Red+Green+Blue) = 197+57+119=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C53977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53977 is #3AC688. Grayscale: #696969. Windows color (decimal): -3851913 or 7813573. OLE color: 7813573.

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

Color convert

RGB19757119-
CMYK00.710.400.23
HSL333.43º55.12%49.8%-
HSV(B)333.43º71.07%77.25%-
XYZ27.8216.1319.1-
YUV105.93135.38192.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.82%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 119 (46.88% from 255) = 31.90%
R=52.82%
G=15.28%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975711900.710.400.23333.4355.1249.8
HexC53977047281714d3732
Octal30571167010750275156762
Binary1100010111100111101110100011110100010111101001101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53977; }

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

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

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

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

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

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

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

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