#CC489E

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

Shades of Mulberry #CC489E

Tints of Mulberry #CC489E

Color information

#CC489E (or 0xCC489E) is unknown color: approx Mulberry. HEX triplet: CC, 48 and 9E. RGB value is (204,72,158). Sum of RGB (Red+Green+Blue) = 204+72+158=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC489E is #33B761. Grayscale: #797979. Windows color (decimal): -3389282 or 10373324. OLE color: 10373324.

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

Color convert

RGB20472158-
CMYK00.650.230.2
HSL320.91º56.41%54.12%-
HSV(B)320.91º64.71%80%-
XYZ33.3919.9434.44-
YUV121.27148.73187.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 72 (28.52% from 255) = 16.59%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=47.00%
G=16.59%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047215800.650.230.2320.9156.4154.12
HexCC489E04117141413836
Octal314110236010127245017066
Binary11001100100100010011110010000011011110100101000001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC489E; }

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

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

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

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

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

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

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

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