#C53186

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

Shades of Medium Red Violet #C53186

Tints of Medium Red Violet #C53186

Color information

#C53186 (or 0xC53186) is unknown color: approx Medium Red Violet. HEX triplet: C5, 31 and 86. RGB value is (197,49,134). Sum of RGB (Red+Green+Blue) = 197+49+134=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C53186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53186 is #3ACE79. Grayscale: #666666. Windows color (decimal): -3853946 or 8794565. OLE color: 8794565.

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

Color convert

RGB19749134-
CMYK00.750.320.23
HSL325.54º60.16%48.24%-
HSV(B)325.54º75.13%77.25%-
XYZ28.4315.7924.1-
YUV102.94145.53195.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.84%
GREEN value IS 49 (19.53% from 255) = 12.89%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=51.84%
G=12.89%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974913400.750.320.23325.5460.1648.24
HexC5318604B20171463c30
Octal30561206011340275067460
Binary11000101110001100001100100101110000010111101000110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53186; }

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

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

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

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

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

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

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

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