#C53B86

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

Shades of Medium Red Violet #C53B86

Tints of Medium Red Violet #C53B86

Color information

#C53B86 (or 0xC53B86) is unknown color: approx Medium Red Violet. HEX triplet: C5, 3B and 86. RGB value is (197,59,134). Sum of RGB (Red+Green+Blue) = 197+59+134=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53B86 is #3AC479. Grayscale: #6C6C6C. Windows color (decimal): -3851386 or 8797125. OLE color: 8797125.

HSL color Cylindrical-coordinate representation of color #C53B86: hue angle of 327.39º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53B86 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB19759134-
CMYK00.700.320.23
HSL327.39º54.33%50.2%-
HSV(B)327.39º70.05%77.25%-
XYZ28.8916.7224.26-
YUV108.81142.22190.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.51%
GREEN value IS 59 (23.44% from 255) = 15.13%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=50.51%
G=15.13%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975913400.700.320.23327.3954.3350.2
HexC53B8604620171473632
Octal30573206010640275076662
Binary11000101111011100001100100011010000010111101000111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53B86; }

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

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

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

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

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

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

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

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