#C53571

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

Shades of Medium Red Violet #C53571

Tints of Medium Red Violet #C53571

Color information

#C53571 (or 0xC53571) is unknown color: approx Medium Red Violet. HEX triplet: C5, 35 and 71. RGB value is (197,53,113). Sum of RGB (Red+Green+Blue) = 197+53+113=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C53571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53571 is #3ACA8E. Grayscale: #666666. Windows color (decimal): -3852943 or 7419333. OLE color: 7419333.

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

Color convert

RGB19753113-
CMYK00.730.430.23
HSL335º57.6%49.02%-
HSV(B)335º73.1%77.25%-
XYZ27.2815.6117.2-
YUV102.9133.71195.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.27%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=54.27%
G=14.60%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975311300.730.430.2333557.649.02
HexC535710492B1714f3a31
Octal30565161011153275177261
Binary1100010111010111100010100100110101110111101001111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53571; }

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

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

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

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

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

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

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

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