#CC57A8

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

Shades of Mulberry #CC57A8

Tints of Mulberry #CC57A8

Color information

#CC57A8 (or 0xCC57A8) is unknown color: approx Mulberry. HEX triplet: CC, 57 and A8. RGB value is (204,87,168). Sum of RGB (Red+Green+Blue) = 204+87+168=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC57A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC57A8 is #33A857. Grayscale: #838383. Windows color (decimal): -3385432 or 11032524. OLE color: 11032524.

HSL color Cylindrical-coordinate representation of color #CC57A8: hue angle of 318.46º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC57A8 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB20487168-
CMYK00.570.180.2
HSL318.46º53.42%57.06%-
HSV(B)318.46º57.35%80%-
XYZ35.3822.4839.52-
YUV131.22148.76179.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 87 (34.38% from 255) = 18.95%
BLUE value IS 168 (66.02% from 255) = 36.60%
R=44.44%
G=18.95%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048716800.570.180.2318.4653.4257.06
HexCC57A8039121413e3539
Octal31412725007122244766571
Binary1100110010101111010100001110011001010100100111110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC57A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC57A8; }

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

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

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

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

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

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

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

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