#C53D7C

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

Shades of Medium Red Violet #C53D7C

Tints of Medium Red Violet #C53D7C

Color information

#C53D7C (or 0xC53D7C) is unknown color: approx Medium Red Violet. HEX triplet: C5, 3D and 7C. RGB value is (197,61,124). Sum of RGB (Red+Green+Blue) = 197+61+124=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D7C is #3AC283. Grayscale: #6C6C6C. Windows color (decimal): -3850884 or 8142277. OLE color: 8142277.

HSL color Cylindrical-coordinate representation of color #C53D7C: hue angle of 332.21º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53D7C is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB19761124-
CMYK00.690.370.23
HSL332.21º53.97%50.59%-
HSV(B)332.21º69.04%77.25%-
XYZ28.3316.6620.79-
YUV108.85136.56190.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.57%
GREEN value IS 61 (24.22% from 255) = 15.97%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=51.57%
G=15.97%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976112400.690.370.23332.2153.9750.59
HexC53D7C045251714c3633
Octal30575174010545275146663
Binary1100010111110111111000100010110010110111101001100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53D7C; }

 p { color: rgb(197,61,124); }

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

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

 a { background-color: rgb(197,61,124); }

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

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

 span { border-color: rgb(197,61,124); }

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