#C53889

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

Shades of Medium Red Violet #C53889

Tints of Medium Red Violet #C53889

Color information

#C53889 (or 0xC53889) is unknown color: approx Medium Red Violet. HEX triplet: C5, 38 and 89. RGB value is (197,56,137). Sum of RGB (Red+Green+Blue) = 197+56+137=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C53889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53889 is #3AC776. Grayscale: #6B6B6B. Windows color (decimal): -3852151 or 8992965. OLE color: 8992965.

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

Color convert

RGB19756137-
CMYK00.720.300.23
HSL325.53º55.73%49.61%-
HSV(B)325.53º71.57%77.25%-
XYZ28.9616.525.33-
YUV107.39144.71191.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.51%
GREEN value IS 56 (22.27% from 255) = 14.36%
BLUE value IS 137 (53.91% from 255) = 35.13%
R=50.51%
G=14.36%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975613700.720.300.23325.5355.7349.61
HexC538890481E171463832
Octal30570211011036275067062
Binary1100010111100010001001010010001111010111101000110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53889; }

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

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

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

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

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

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

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

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