#CC489B

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

Shades of Mulberry #CC489B

Tints of Mulberry #CC489B

Color information

#CC489B (or 0xCC489B) is unknown color: approx Mulberry. HEX triplet: CC, 48 and 9B. RGB value is (204,72,155). Sum of RGB (Red+Green+Blue) = 204+72+155=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC489B is #33B764. Grayscale: #787878. Windows color (decimal): -3389285 or 10176716. OLE color: 10176716.

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

Color convert

RGB20472155-
CMYK00.650.240.2
HSL322.27º56.41%54.12%-
HSV(B)322.27º64.71%80%-
XYZ33.1419.8433.09-
YUV120.93147.23187.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 72 (28.52% from 255) = 16.71%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=47.33%
G=16.71%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047215500.650.240.2322.2756.4154.12
HexCC489B04118141423836
Octal314110233010130245027066
Binary11001100100100010011011010000011100010100101000010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC489B; }

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

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

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

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

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

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

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

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