#C53986

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

Shades of Medium Red Violet #C53986

Tints of Medium Red Violet #C53986

Color information

#C53986 (or 0xC53986) is unknown color: approx Medium Red Violet. HEX triplet: C5, 39 and 86. RGB value is (197,57,134). Sum of RGB (Red+Green+Blue) = 197+57+134=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C53986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53986 is #3AC679. Grayscale: #6B6B6B. Windows color (decimal): -3851898 or 8796613. OLE color: 8796613.

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

Color convert

RGB19757134-
CMYK00.710.320.23
HSL327º55.12%49.8%-
HSV(B)327º71.07%77.25%-
XYZ28.7916.5224.22-
YUV107.64142.88191.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.77%
GREEN value IS 57 (22.66% from 255) = 14.69%
BLUE value IS 134 (52.73% from 255) = 34.54%
R=50.77%
G=14.69%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975713400.710.320.2332755.1249.8
HexC5398604720171473732
Octal30571206010740275076762
Binary11000101111001100001100100011110000010111101000111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53986; }

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

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

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

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

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

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

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

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