#C544A0

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

Shades of Mulberry #C544A0

Tints of Mulberry #C544A0

Color information

#C544A0 (or 0xC544A0) is unknown color: approx Mulberry. HEX triplet: C5, 44 and A0. RGB value is (197,68,160). Sum of RGB (Red+Green+Blue) = 197+68+160=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C544A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C544A0 is #3ABB5F. Grayscale: #747474. Windows color (decimal): -3849056 or 10503365. OLE color: 10503365.

HSL color Cylindrical-coordinate representation of color #C544A0: hue angle of 317.21º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C544A0 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB19768160-
CMYK00.650.190.23
HSL317.21º52.65%51.96%-
HSV(B)317.21º65.48%77.25%-
XYZ31.4418.5435.18-
YUV117.06152.24185.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 68 (26.95% from 255) = 16%
BLUE value IS 160 (62.89% from 255) = 37.65%
R=46.35%
G=16%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976816000.650.190.23317.2152.6551.96
HexC544A0041131713d3534
Octal305104240010123274756564
Binary11000101100010010100000010000011001110111100111101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C544A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C544A0; }

 p { color: rgb(197,68,160); }

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

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

 a { background-color: rgb(197,68,160); }

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

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

 span { border-color: rgb(197,68,160); }

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