#CC489D

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

Shades of Mulberry #CC489D

Tints of Mulberry #CC489D

Color information

#CC489D (or 0xCC489D) is unknown color: approx Mulberry. HEX triplet: CC, 48 and 9D. RGB value is (204,72,157). Sum of RGB (Red+Green+Blue) = 204+72+157=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC489D is #33B762. Grayscale: #787878. Windows color (decimal): -3389283 or 10307788. OLE color: 10307788.

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

Color convert

RGB20472157-
CMYK00.650.230.2
HSL321.36º56.41%54.12%-
HSV(B)321.36º64.71%80%-
XYZ33.3119.9133.99-
YUV121.16148.23187.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 72 (28.52% from 255) = 16.63%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=47.11%
G=16.63%
B=36.26%

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
Decimal2047215700.650.230.2321.3656.4154.12
HexCC489D04117141413836
Octal314110235010127245017066
Binary11001100100100010011101010000011011110100101000001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC489D; }

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

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

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

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

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

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

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

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