#C2539C

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

Shades of Mulberry #C2539C

Tints of Mulberry #C2539C

Color information

#C2539C (or 0xC2539C) is unknown color: approx Mulberry. HEX triplet: C2, 53 and 9C. RGB value is (194,83,156). Sum of RGB (Red+Green+Blue) = 194+83+156=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2539C is #3DAC63. Grayscale: #7C7C7C. Windows color (decimal): -4041828 or 10245058. OLE color: 10245058.

HSL color Cylindrical-coordinate representation of color #C2539C: hue angle of 320.54º 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 #C2539C is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB19483156-
CMYK00.570.200.24
HSL320.54º47.64%54.31%-
HSV(B)320.54º57.22%76.08%-
XYZ31.3420.0633.67-
YUV124.51145.77177.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 83 (32.81% from 255) = 19.17%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=44.80%
G=19.17%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948315600.570.200.24320.5447.6454.31
HexC2539C03914181413036
Octal30212323407124305016066
Binary1100001010100111001110001110011010011000101000001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2539C; }

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

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

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

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

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

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

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

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