#C2539D

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

Shades of Mulberry #C2539D

Tints of Mulberry #C2539D

Color information

#C2539D (or 0xC2539D) is unknown color: approx Mulberry. HEX triplet: C2, 53 and 9D. RGB value is (194,83,157). Sum of RGB (Red+Green+Blue) = 194+83+157=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2539D is #3DAC62. Grayscale: #7C7C7C. Windows color (decimal): -4041827 or 10310594. OLE color: 10310594.

HSL color Cylindrical-coordinate representation of color #C2539D: hue angle of 320º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2539D is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB19483157-
CMYK00.570.190.24
HSL320º47.64%54.31%-
HSV(B)320º57.22%76.08%-
XYZ31.4320.0934.12-
YUV124.62146.27177.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 83 (32.81% from 255) = 19.12%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=44.70%
G=19.12%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948315700.570.190.2432047.6454.31
HexC2539D03913181403036
Octal30212323507123305006066
Binary1100001010100111001110101110011001111000101000000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2539D; }

 p { color: rgb(194,83,157); }

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

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

 a { background-color: rgb(194,83,157); }

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

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

 span { border-color: rgb(194,83,157); }

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