#cc5599

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

Shades of Mulberry #CC5599

Tints of Mulberry #CC5599

Color information

#CC5599 (or 0xCC5599) is unknown color: approx Mulberry. HEX triplet: CC, 55 and 99. RGB value is (204,85,153). Sum of RGB (Red+Green+Blue) = 204+85+153=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5599 is #33AA66. Grayscale: #808080. Windows color (decimal): -3385959 or 10048972. OLE color: 10048972.

HSL color Cylindrical-coordinate representation of color #CC5599: hue angle of 325.71º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5599 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB20485153-
CMYK00.580.250.2
HSL325.71º53.85%56.67%-
HSV(B)325.71º58.33%80%-
XYZ33.921.6332.53-
YUV128.33141.92181.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 153 (60.16% from 255) = 34.62%
R=46.15%
G=19.23%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048515300.580.250.2325.7153.8556.67
HexCC559903A19141463639
Octal31412523107231245066671
Binary1100110010101011001100101110101100110100101000110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc5599; }

 p { color: rgb(204,85,153); }

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

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

 a { background-color: rgb(204,85,153); }

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

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

 span { border-color: rgb(204,85,153); }

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