#CC529F

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

Shades of Mulberry #CC529F

Tints of Mulberry #CC529F

Color information

#CC529F (or 0xCC529F) is unknown color: approx Mulberry. HEX triplet: CC, 52 and 9F. RGB value is (204,82,159). Sum of RGB (Red+Green+Blue) = 204+82+159=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC529F is #33AD60. Grayscale: #7F7F7F. Windows color (decimal): -3386721 or 10441420. OLE color: 10441420.

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

Color convert

RGB20482159-
CMYK00.600.220.2
HSL322.13º54.46%56.08%-
HSV(B)322.13º59.8%80%-
XYZ34.1821.3835.13-
YUV127.26145.92182.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 82 (32.42% from 255) = 18.43%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=45.84%
G=18.43%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048215900.600.220.2322.1354.4656.08
HexCC529F03C16141423638
Octal31412223707426245026670
Binary1100110010100101001111101111001011010100101000010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC529F; }

 p { color: rgb(204,82,159); }

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

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

 a { background-color: rgb(204,82,159); }

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

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

 span { border-color: rgb(204,82,159); }

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