#CC488C

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

Shades of Mulberry #CC488C

Tints of Mulberry #CC488C

Color information

#CC488C (or 0xCC488C) is unknown color: approx Mulberry. HEX triplet: CC, 48 and 8C. RGB value is (204,72,140). Sum of RGB (Red+Green+Blue) = 204+72+140=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC488C is #33B773. Grayscale: #777777. Windows color (decimal): -3389300 or 9193676. OLE color: 9193676.

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

Color convert

RGB20472140-
CMYK00.650.310.2
HSL329.09º56.41%54.12%-
HSV(B)329.09º64.71%80%-
XYZ31.9519.3726.86-
YUV119.22139.73188.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 72 (28.52% from 255) = 17.31%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=49.04%
G=17.31%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047214000.650.310.2329.0956.4154.12
HexCC488C0411F141493836
Octal314110214010137245117066
Binary11001100100100010001100010000011111110100101001001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC488C; }

 p { color: rgb(204,72,140); }

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

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

 a { background-color: rgb(204,72,140); }

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

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

 span { border-color: rgb(204,72,140); }

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