#C53170

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

Shades of Medium Red Violet #C53170

Tints of Medium Red Violet #C53170

Color information

#C53170 (or 0xC53170) is unknown color: approx Medium Red Violet. HEX triplet: C5, 31 and 70. RGB value is (197,49,112). Sum of RGB (Red+Green+Blue) = 197+49+112=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C53170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53170 is #3ACE8F. Grayscale: #646464. Windows color (decimal): -3853968 or 7352773. OLE color: 7352773.

HSL color Cylindrical-coordinate representation of color #C53170: hue angle of 334.46º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53170 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB19749112-
CMYK00.750.430.23
HSL334.46º60.16%48.24%-
HSV(B)334.46º75.13%77.25%-
XYZ27.0515.2416.84-
YUV100.43134.53196.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.03%
GREEN value IS 49 (19.53% from 255) = 13.69%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=55.03%
G=13.69%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974911200.750.430.23334.4660.1648.24
HexC5317004B2B1714e3c30
Octal30561160011353275167460
Binary1100010111000111100000100101110101110111101001110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53170; }

 p { color: rgb(197,49,112); }

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

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

 a { background-color: rgb(197,49,112); }

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

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

 span { border-color: rgb(197,49,112); }

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