#C3529F

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

Shades of Mulberry #C3529F

Tints of Mulberry #C3529F

Color information

#C3529F (or 0xC3529F) is unknown color: approx Mulberry. HEX triplet: C3, 52 and 9F. RGB value is (195,82,159). Sum of RGB (Red+Green+Blue) = 195+82+159=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3529F is #3CAD60. Grayscale: #7C7C7C. Windows color (decimal): -3976545 or 10441411. OLE color: 10441411.

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

Color convert

RGB19582159-
CMYK00.580.180.24
HSL319.12º48.5%54.31%-
HSV(B)319.12º57.95%76.47%-
XYZ31.7820.1435.01-
YUV124.56147.44178.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 82 (32.42% from 255) = 18.81%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=44.72%
G=18.81%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958215900.580.180.24319.1248.554.31
HexC3529F03A121813f3036
Octal30312223707222304776066
Binary1100001110100101001111101110101001011000100111111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3529F; }

 p { color: rgb(195,82,159); }

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

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

 a { background-color: rgb(195,82,159); }

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

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

 span { border-color: rgb(195,82,159); }

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