#C53D7D

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

Shades of Medium Red Violet #C53D7D

Tints of Medium Red Violet #C53D7D

Color information

#C53D7D (or 0xC53D7D) is unknown color: approx Medium Red Violet. HEX triplet: C5, 3D and 7D. RGB value is (197,61,125). Sum of RGB (Red+Green+Blue) = 197+61+125=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D7D is #3AC282. Grayscale: #6C6C6C. Windows color (decimal): -3850883 or 8207813. OLE color: 8207813.

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

Color convert

RGB19761125-
CMYK00.690.370.23
HSL331.76º53.97%50.59%-
HSV(B)331.76º69.04%77.25%-
XYZ28.416.6921.13-
YUV108.96137.06190.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 61 (24.22% from 255) = 15.93%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=51.44%
G=15.93%
B=32.64%

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
Decimal1976112500.690.370.23331.7653.9750.59
HexC53D7D045251714c3633
Octal30575175010545275146663
Binary1100010111110111111010100010110010110111101001100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53D7D; }

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

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

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

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

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

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

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

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