#C2549C

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

Shades of Mulberry #C2549C

Tints of Mulberry #C2549C

Color information

#C2549C (or 0xC2549C) is unknown color: approx Mulberry. HEX triplet: C2, 54 and 9C. RGB value is (194,84,156). Sum of RGB (Red+Green+Blue) = 194+84+156=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2549C is #3DAB63. Grayscale: #7C7C7C. Windows color (decimal): -4041572 or 10245314. OLE color: 10245314.

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

Color convert

RGB19484156-
CMYK00.570.200.24
HSL320.73º47.41%54.51%-
HSV(B)320.73º56.7%76.08%-
XYZ31.4220.2133.7-
YUV125.1145.44177.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 84 (33.20% from 255) = 19.35%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=44.70%
G=19.35%
B=35.94%

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
Decimal1948415600.570.200.24320.7347.4154.51
HexC2549C03914181412f37
Octal30212423407124305015767
Binary1100001010101001001110001110011010011000101000001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2549C; }

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

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

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

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

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

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

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

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