#C53689

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

Shades of Medium Red Violet #C53689

Tints of Medium Red Violet #C53689

Color information

#C53689 (or 0xC53689) is unknown color: approx Medium Red Violet. HEX triplet: C5, 36 and 89. RGB value is (197,54,137). Sum of RGB (Red+Green+Blue) = 197+54+137=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C53689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53689 is #3AC976. Grayscale: #6A6A6A. Windows color (decimal): -3852663 or 8992453. OLE color: 8992453.

HSL color Cylindrical-coordinate representation of color #C53689: hue angle of 325.17º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53689 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB19754137-
CMYK00.730.300.23
HSL325.17º56.97%49.22%-
HSV(B)325.17º72.59%77.25%-
XYZ28.8616.3125.29-
YUV106.22145.38192.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.77%
GREEN value IS 54 (21.48% from 255) = 13.92%
BLUE value IS 137 (53.91% from 255) = 35.31%
R=50.77%
G=13.92%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975413700.730.300.23325.1756.9749.22
HexC536890491E171453931
Octal30566211011136275057161
Binary1100010111011010001001010010011111010111101000101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53689; }

 p { color: rgb(197,54,137); }

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

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

 a { background-color: rgb(197,54,137); }

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

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

 span { border-color: rgb(197,54,137); }

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