#C539A5

Color #C539A5 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C539A5

Tints of Mulberry #C539A5

Color information

#C539A5 (or 0xC539A5) is unknown color: approx Mulberry. HEX triplet: C5, 39 and A5. RGB value is (197,57,165). Sum of RGB (Red+Green+Blue) = 197+57+165=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C539A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C539A5 is #3AC65A. Grayscale: #6E6E6E. Windows color (decimal): -3851867 or 10828229. OLE color: 10828229.

HSL color Cylindrical-coordinate representation of color #C539A5: hue angle of 313.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C539A5 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB19757165-
CMYK00.710.160.23
HSL313.71º55.12%49.8%-
HSV(B)313.71º71.07%77.25%-
XYZ31.2817.5137.33-
YUV111.17158.38189.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 57 (22.66% from 255) = 13.60%
BLUE value IS 165 (64.84% from 255) = 39.38%
R=47.02%
G=13.60%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975716500.710.160.23313.7155.1249.8
HexC539A5047101713a3732
Octal30571245010720274726762
Binary1100010111100110100101010001111000010111100111010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C539A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C539A5; }

 p { color: rgb(197,57,165); }

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

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

 a { background-color: rgb(197,57,165); }

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

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

 span { border-color: rgb(197,57,165); }

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