#C53195

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

Shades of Medium Red Violet #C53195

Tints of Medium Red Violet #C53195

Color information

#C53195 (or 0xC53195) is unknown color: approx Medium Red Violet. HEX triplet: C5, 31 and 95. RGB value is (197,49,149). Sum of RGB (Red+Green+Blue) = 197+49+149=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C53195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53195 is #3ACE6A. Grayscale: #686868. Windows color (decimal): -3853931 or 9777605. OLE color: 9777605.

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

Color convert

RGB19749149-
CMYK00.750.240.23
HSL319.46º60.16%48.24%-
HSV(B)319.46º75.13%77.25%-
XYZ29.5516.2430.01-
YUV104.65153.03193.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.87%
GREEN value IS 49 (19.53% from 255) = 12.41%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=49.87%
G=12.41%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974914900.750.240.23319.4660.1648.24
HexC5319504B181713f3c30
Octal30561225011330274777460
Binary1100010111000110010101010010111100010111100111111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53195; }

 p { color: rgb(197,49,149); }

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

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

 a { background-color: rgb(197,49,149); }

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

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

 span { border-color: rgb(197,49,149); }

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