#C53697

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

Shades of Medium Red Violet #C53697

Tints of Medium Red Violet #C53697

Color information

#C53697 (or 0xC53697) is unknown color: approx Medium Red Violet. HEX triplet: C5, 36 and 97. RGB value is (197,54,151). Sum of RGB (Red+Green+Blue) = 197+54+151=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C53697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53697 is #3AC968. Grayscale: #6B6B6B. Windows color (decimal): -3852649 or 9909957. OLE color: 9909957.

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

Color convert

RGB19754151-
CMYK00.730.230.23
HSL319.3º56.97%49.22%-
HSV(B)319.3º72.59%77.25%-
XYZ29.9316.7430.93-
YUV107.82152.38191.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.00%
GREEN value IS 54 (21.48% from 255) = 13.43%
BLUE value IS 151 (59.38% from 255) = 37.56%
R=49.00%
G=13.43%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975415100.730.230.23319.356.9749.22
HexC53697049171713f3931
Octal30566227011127274777161
Binary1100010111011010010111010010011011110111100111111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53697; }

 p { color: rgb(197,54,151); }

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

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

 a { background-color: rgb(197,54,151); }

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

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

 span { border-color: rgb(197,54,151); }

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