#C537A2

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

Shades of Medium Red Violet #C537A2

Tints of Medium Red Violet #C537A2

Color information

#C537A2 (or 0xC537A2) is unknown color: approx Medium Red Violet. HEX triplet: C5, 37 and A2. RGB value is (197,55,162). Sum of RGB (Red+Green+Blue) = 197+55+162=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C537A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C537A2 is #3AC85D. Grayscale: #6D6D6D. Windows color (decimal): -3852382 or 10631109. OLE color: 10631109.

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

Color convert

RGB19755162-
CMYK00.720.180.23
HSL314.79º56.35%49.41%-
HSV(B)314.79º72.08%77.25%-
XYZ30.9117.2135.88-
YUV109.66157.54190.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.58%
GREEN value IS 55 (21.88% from 255) = 13.29%
BLUE value IS 162 (63.67% from 255) = 39.13%
R=47.58%
G=13.29%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975516200.720.180.23314.7956.3549.41
HexC537A2048121713b3831
Octal30567242011022274737061
Binary1100010111011110100010010010001001010111100111011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C537A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C537A2; }

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

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

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

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

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

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

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

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