#CC4980

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

Shades of Mulberry #CC4980

Tints of Mulberry #CC4980

Color information

#CC4980 (or 0xCC4980) is unknown color: approx Mulberry. HEX triplet: CC, 49 and 80. RGB value is (204,73,128). Sum of RGB (Red+Green+Blue) = 204+73+128=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4980 is #33B67F. Grayscale: #767676. Windows color (decimal): -3389056 or 8407500. OLE color: 8407500.

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

Color convert

RGB20473128-
CMYK00.640.370.2
HSL334.81º56.22%54.31%-
HSV(B)334.81º64.22%80%-
XYZ31.1819.1622.48-
YUV118.44133.4189.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.37%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=50.37%
G=18.02%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047312800.640.370.2334.8156.2254.31
HexCC4980040251414f3836
Octal314111200010045245177066
Binary110011001001001100000000100000010010110100101001111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4980; }

 p { color: rgb(204,73,128); }

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

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

 a { background-color: rgb(204,73,128); }

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

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

 span { border-color: rgb(204,73,128); }

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