#c537a0

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

Shades of Medium Red Violet #C537A0

Tints of Medium Red Violet #C537A0

Color information

#C537A0 (or 0xC537A0) is unknown color: approx Medium Red Violet. HEX triplet: C5, 37 and A0. RGB value is (197,55,160). Sum of RGB (Red+Green+Blue) = 197+55+160=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C537A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C537A0 is #3AC85F. Grayscale: #6D6D6D. Windows color (decimal): -3852384 or 10500037. OLE color: 10500037.

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

Color convert

RGB19755160-
CMYK00.720.190.23
HSL315.63º56.35%49.41%-
HSV(B)315.63º72.08%77.25%-
XYZ30.7417.1434.95-
YUV109.43156.54190.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 55 (21.88% from 255) = 13.35%
BLUE value IS 160 (62.89% from 255) = 38.83%
R=47.82%
G=13.35%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975516000.720.190.23315.6356.3549.41
HexC537A0048131713c3831
Octal30567240011023274747061
Binary1100010111011110100000010010001001110111100111100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c537a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c537a0; }

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

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

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

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

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

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

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

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