#CC52A8

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

Shades of Mulberry #CC52A8

Tints of Mulberry #CC52A8

Color information

#CC52A8 (or 0xCC52A8) is unknown color: approx Mulberry. HEX triplet: CC, 52 and A8. RGB value is (204,82,168). Sum of RGB (Red+Green+Blue) = 204+82+168=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC52A8 is #33AD57. Grayscale: #808080. Windows color (decimal): -3386712 or 11031244. OLE color: 11031244.

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

Color convert

RGB20482168-
CMYK00.600.180.2
HSL317.7º54.46%56.08%-
HSV(B)317.7º59.8%80%-
XYZ34.9921.739.39-
YUV128.28150.42182.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 82 (32.42% from 255) = 18.06%
BLUE value IS 168 (66.02% from 255) = 37.00%
R=44.93%
G=18.06%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048216800.600.180.2317.754.4656.08
HexCC52A803C121413e3638
Octal31412225007422244766670
Binary1100110010100101010100001111001001010100100111110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC52A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC52A8; }

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

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

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

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

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

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

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

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