#C53585

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

Shades of Medium Red Violet #C53585

Tints of Medium Red Violet #C53585

Color information

#C53585 (or 0xC53585) is unknown color: approx Medium Red Violet. HEX triplet: C5, 35 and 85. RGB value is (197,53,133). Sum of RGB (Red+Green+Blue) = 197+53+133=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C53585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53585 is #3ACA7A. Grayscale: #686868. Windows color (decimal): -3852923 or 8730053. OLE color: 8730053.

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

Color convert

RGB19753133-
CMYK00.730.320.23
HSL326.67º57.6%49.02%-
HSV(B)326.67º73.1%77.25%-
XYZ28.5316.1123.8-
YUV105.18143.71193.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 53 (21.09% from 255) = 13.84%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=51.44%
G=13.84%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975313300.730.320.23326.6757.649.02
HexC5358504920171473a31
Octal30565205011140275077261
Binary11000101110101100001010100100110000010111101000111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53585; }

 p { color: rgb(197,53,133); }

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

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

 a { background-color: rgb(197,53,133); }

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

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

 span { border-color: rgb(197,53,133); }

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