#c53c7e

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

Shades of Medium Red Violet #C53C7E

Tints of Medium Red Violet #C53C7E

Color information

#C53C7E (or 0xC53C7E) is unknown color: approx Medium Red Violet. HEX triplet: C5, 3C and 7E. RGB value is (197,60,126). Sum of RGB (Red+Green+Blue) = 197+60+126=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C7E is #3AC381. Grayscale: #6C6C6C. Windows color (decimal): -3851138 or 8273093. OLE color: 8273093.

HSL color Cylindrical-coordinate representation of color #C53C7E: hue angle of 331.09º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C7E is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB19760126-
CMYK00.700.360.23
HSL331.09º54.15%50.39%-
HSV(B)331.09º69.54%77.25%-
XYZ28.4116.6121.45-
YUV108.49137.89191.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 60 (23.83% from 255) = 15.67%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=51.44%
G=15.67%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976012600.700.360.23331.0954.1550.39
HexC53C7E046241714b3632
Octal30574176010644275136662
Binary1100010111110011111100100011010010010111101001011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53c7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53c7e; }

 p { color: rgb(197,60,126); }

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

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

 a { background-color: rgb(197,60,126); }

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

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

 span { border-color: rgb(197,60,126); }

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