#CC4488

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

Shades of Mulberry #CC4488

Tints of Mulberry #CC4488

Color information

#CC4488 (or 0xCC4488) is unknown color: approx Mulberry. HEX triplet: CC, 44 and 88. RGB value is (204,68,136). Sum of RGB (Red+Green+Blue) = 204+68+136=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4488 is #33BB77. Grayscale: #747474. Windows color (decimal): -3390328 or 8930508. OLE color: 8930508.

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

Color convert

RGB20468136-
CMYK00.670.330.2
HSL330º57.14%53.33%-
HSV(B)330º66.67%80%-
XYZ31.4118.7525.26-
YUV116.42139.06190.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 16.67%
BLUE value IS 136 (53.52% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046813600.670.330.233057.1453.33
HexCC4488043211414a3935
Octal314104210010341245127165
Binary110011001000100100010000100001110000110100101001010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4488; }

 p { color: rgb(204,68,136); }

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

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

 a { background-color: rgb(204,68,136); }

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

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

 span { border-color: rgb(204,68,136); }

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