#C2549F

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

Shades of Mulberry #C2549F

Tints of Mulberry #C2549F

Color information

#C2549F (or 0xC2549F) is unknown color: approx Mulberry. HEX triplet: C2, 54 and 9F. RGB value is (194,84,159). Sum of RGB (Red+Green+Blue) = 194+84+159=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2549F is #3DAB60. Grayscale: #7D7D7D. Windows color (decimal): -4041569 or 10441922. OLE color: 10441922.

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

Color convert

RGB19484159-
CMYK00.570.180.24
HSL319.09º47.41%54.51%-
HSV(B)319.09º56.7%76.08%-
XYZ31.6820.3135.05-
YUV125.44146.94176.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 84 (33.20% from 255) = 19.22%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=44.39%
G=19.22%
B=36.38%

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
Decimal1948415900.570.180.24319.0947.4154.51
HexC2549F039121813f2f37
Octal30212423707122304775767
Binary1100001010101001001111101110011001011000100111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2549F; }

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

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

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

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

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

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

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

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