#C55D9A

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

Shades of Mulberry #C55D9A

Tints of Mulberry #C55D9A

Color information

#C55D9A (or 0xC55D9A) is unknown color: approx Mulberry. HEX triplet: C5, 5D and 9A. RGB value is (197,93,154). Sum of RGB (Red+Green+Blue) = 197+93+154=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55D9A is #3AA265. Grayscale: #828282. Windows color (decimal): -3842662 or 10116549. OLE color: 10116549.

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

Color convert

RGB19793154-
CMYK00.530.220.23
HSL324.81º47.27%56.86%-
HSV(B)324.81º52.79%77.25%-
XYZ32.7722.0333.1-
YUV131.05140.96175.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.37%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=44.37%
G=20.95%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979315400.530.220.23324.8147.2756.86
HexC55D9A03516171452f39
Octal30513523206526275055771
Binary1100010110111011001101001101011011010111101000101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55D9A; }

 p { color: rgb(197,93,154); }

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

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

 a { background-color: rgb(197,93,154); }

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

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

 span { border-color: rgb(197,93,154); }

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