#C53796

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

Shades of Medium Red Violet #C53796

Tints of Medium Red Violet #C53796

Color information

#C53796 (or 0xC53796) is unknown color: approx Medium Red Violet. HEX triplet: C5, 37 and 96. RGB value is (197,55,150). Sum of RGB (Red+Green+Blue) = 197+55+150=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C53796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53796 is #3AC869. Grayscale: #6C6C6C. Windows color (decimal): -3852394 or 9844677. OLE color: 9844677.

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

Color convert

RGB19755150-
CMYK00.720.240.23
HSL319.86º56.35%49.41%-
HSV(B)319.86º72.08%77.25%-
XYZ29.916.830.52-
YUV108.29151.54191.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.00%
GREEN value IS 55 (21.88% from 255) = 13.68%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=49.00%
G=13.68%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975515000.720.240.23319.8656.3549.41
HexC5379604818171403831
Octal30567226011030275007061
Binary1100010111011110010110010010001100010111101000000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53796; }

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

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

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

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

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

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

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

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