#C2529E

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

Shades of Mulberry #C2529E

Tints of Mulberry #C2529E

Color information

#C2529E (or 0xC2529E) is unknown color: approx Mulberry. HEX triplet: C2, 52 and 9E. RGB value is (194,82,158). Sum of RGB (Red+Green+Blue) = 194+82+158=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2529E is #3DAD61. Grayscale: #7B7B7B. Windows color (decimal): -4042082 or 10375874. OLE color: 10375874.

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

Color convert

RGB19482158-
CMYK00.580.190.24
HSL319.29º47.86%54.12%-
HSV(B)319.29º57.73%76.08%-
XYZ31.4419.9734.55-
YUV124.15147.11177.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=44.70%
G=18.89%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948215800.580.190.24319.2947.8654.12
HexC2529E03A131813f3036
Octal30212223607223304776066
Binary1100001010100101001111001110101001111000100111111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2529E; }

 p { color: rgb(194,82,158); }

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

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

 a { background-color: rgb(194,82,158); }

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

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

 span { border-color: rgb(194,82,158); }

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