#CC54A8

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

Shades of Mulberry #CC54A8

Tints of Mulberry #CC54A8

Color information

#CC54A8 (or 0xCC54A8) is unknown color: approx Mulberry. HEX triplet: CC, 54 and A8. RGB value is (204,84,168). Sum of RGB (Red+Green+Blue) = 204+84+168=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC54A8 is #33AB57. Grayscale: #818181. Windows color (decimal): -3386200 or 11031756. OLE color: 11031756.

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

Color convert

RGB20484168-
CMYK00.590.180.2
HSL318º54.05%56.47%-
HSV(B)318º58.82%80%-
XYZ35.1422.0139.44-
YUV129.46149.76181.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.74%
GREEN value IS 84 (33.20% from 255) = 18.42%
BLUE value IS 168 (66.02% from 255) = 36.84%
R=44.74%
G=18.42%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048416800.590.180.231854.0556.47
HexCC54A803B121413e3638
Octal31412425007322244766670
Binary1100110010101001010100001110111001010100100111110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC54A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC54A8; }

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

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

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

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

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

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

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

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