#C3549F

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

Shades of Mulberry #C3549F

Tints of Mulberry #C3549F

Color information

#C3549F (or 0xC3549F) is unknown color: approx Mulberry. HEX triplet: C3, 54 and 9F. RGB value is (195,84,159). Sum of RGB (Red+Green+Blue) = 195+84+159=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3549F is #3CAB60. Grayscale: #7D7D7D. Windows color (decimal): -3976033 or 10441923. OLE color: 10441923.

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

Color convert

RGB19584159-
CMYK00.570.180.24
HSL319.46º48.05%54.71%-
HSV(B)319.46º56.92%76.47%-
XYZ31.9320.4535.06-
YUV125.74146.77177.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.52%
GREEN value IS 84 (33.20% from 255) = 19.18%
BLUE value IS 159 (62.5% from 255) = 36.30%
R=44.52%
G=19.18%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958415900.570.180.24319.4648.0554.71
HexC3549F039121813f3037
Octal30312423707122304776067
Binary1100001110101001001111101110011001011000100111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3549F; }

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

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

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

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

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

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

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

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