#C53A79

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

Shades of Medium Red Violet #C53A79

Tints of Medium Red Violet #C53A79

Color information

#C53A79 (or 0xC53A79) is unknown color: approx Medium Red Violet. HEX triplet: C5, 3A and 79. RGB value is (197,58,121). Sum of RGB (Red+Green+Blue) = 197+58+121=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A79 is #3AC586. Grayscale: #6A6A6A. Windows color (decimal): -3851655 or 7944901. OLE color: 7944901.

HSL color Cylindrical-coordinate representation of color #C53A79: hue angle of 332.81º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A79 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB19758121-
CMYK00.710.390.23
HSL332.81º54.51%50%-
HSV(B)332.81º70.56%77.25%-
XYZ27.9916.2819.76-
YUV106.74136.05192.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.39%
GREEN value IS 58 (23.05% from 255) = 15.43%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=52.39%
G=15.43%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975812100.710.390.23332.8154.5150
HexC53A79047271714d3732
Octal30572171010747275156762
Binary1100010111101011110010100011110011110111101001101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53A79; }

 p { color: rgb(197,58,121); }

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

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

 a { background-color: rgb(197,58,121); }

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

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

 span { border-color: rgb(197,58,121); }

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