#CC4482

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

Shades of Mulberry #CC4482

Tints of Mulberry #CC4482

Color information

#CC4482 (or 0xCC4482) is unknown color: approx Mulberry. HEX triplet: CC, 44 and 82. RGB value is (204,68,130). Sum of RGB (Red+Green+Blue) = 204+68+130=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4482 is #33BB7D. Grayscale: #737373. Windows color (decimal): -3390334 or 8537292. OLE color: 8537292.

HSL color Cylindrical-coordinate representation of color #CC4482: hue angle of 332.65º 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 #CC4482 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB20468130-
CMYK00.670.360.2
HSL332.65º57.14%53.33%-
HSV(B)332.65º66.67%80%-
XYZ3118.5823.07-
YUV115.73136.06190.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.75%
GREEN value IS 68 (26.95% from 255) = 16.92%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=50.75%
G=16.92%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046813000.670.360.2332.6557.1453.33
HexCC4482043241414d3935
Octal314104202010344245157165
Binary110011001000100100000100100001110010010100101001101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4482; }

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

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

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

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

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

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

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

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