#C53493

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

Shades of Medium Red Violet #C53493

Tints of Medium Red Violet #C53493

Color information

#C53493 (or 0xC53493) is unknown color: approx Medium Red Violet. HEX triplet: C5, 34 and 93. RGB value is (197,52,147). Sum of RGB (Red+Green+Blue) = 197+52+147=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C53493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53493 is #3ACB6C. Grayscale: #696969. Windows color (decimal): -3853165 or 9647301. OLE color: 9647301.

HSL color Cylindrical-coordinate representation of color #C53493: hue angle of 320.69º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53493 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB19752147-
CMYK00.740.250.23
HSL320.69º58.23%48.82%-
HSV(B)320.69º73.6%77.25%-
XYZ29.5216.4329.22-
YUV106.18151.04192.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.75%
GREEN value IS 52 (20.70% from 255) = 13.13%
BLUE value IS 147 (57.81% from 255) = 37.12%
R=49.75%
G=13.13%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975214700.740.250.23320.6958.2348.82
HexC5349304A19171413a31
Octal30564223011231275017261
Binary1100010111010010010011010010101100110111101000001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53493; }

 p { color: rgb(197,52,147); }

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

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

 a { background-color: rgb(197,52,147); }

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

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

 span { border-color: rgb(197,52,147); }

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