#C53696

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

Shades of Medium Red Violet #C53696

Tints of Medium Red Violet #C53696

Color information

#C53696 (or 0xC53696) is unknown color: approx Medium Red Violet. HEX triplet: C5, 36 and 96. RGB value is (197,54,150). Sum of RGB (Red+Green+Blue) = 197+54+150=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C53696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53696 is #3AC969. Grayscale: #6B6B6B. Windows color (decimal): -3852650 or 9844421. OLE color: 9844421.

HSL color Cylindrical-coordinate representation of color #C53696: hue angle of 319.72º 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 #C53696 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB19754150-
CMYK00.730.240.23
HSL319.72º56.97%49.22%-
HSV(B)319.72º72.59%77.25%-
XYZ29.8516.7130.51-
YUV107.7151.88191.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 54 (21.48% from 255) = 13.47%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=49.13%
G=13.47%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975415000.730.240.23319.7256.9749.22
HexC5369604918171403931
Octal30566226011130275007161
Binary1100010111011010010110010010011100010111101000000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53696; }

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

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

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

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

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

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

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

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