#CC52A5

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

Shades of Mulberry #CC52A5

Tints of Mulberry #CC52A5

Color information

#CC52A5 (or 0xCC52A5) is unknown color: approx Mulberry. HEX triplet: CC, 52 and A5. RGB value is (204,82,165). Sum of RGB (Red+Green+Blue) = 204+82+165=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC52A5 is #33AD5A. Grayscale: #7F7F7F. Windows color (decimal): -3386715 or 10834636. OLE color: 10834636.

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

Color convert

RGB20482165-
CMYK00.600.190.2
HSL319.18º54.46%56.08%-
HSV(B)319.18º59.8%80%-
XYZ34.7121.5937.93-
YUV127.94148.92182.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 165 (64.84% from 255) = 36.59%
R=45.23%
G=18.18%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048216500.600.190.2319.1854.4656.08
HexCC52A503C131413f3638
Octal31412224507423244776670
Binary1100110010100101010010101111001001110100100111111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC52A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC52A5; }

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

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

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

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

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

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

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

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