#CC54A7

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

Shades of Mulberry #CC54A7

Tints of Mulberry #CC54A7

Color information

#CC54A7 (or 0xCC54A7) is unknown color: approx Mulberry. HEX triplet: CC, 54 and A7. RGB value is (204,84,167). Sum of RGB (Red+Green+Blue) = 204+84+167=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC54A7 is #33AB58. Grayscale: #818181. Windows color (decimal): -3386201 or 10966220. OLE color: 10966220.

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

Color convert

RGB20484167-
CMYK00.590.180.2
HSL318.5º54.05%56.47%-
HSV(B)318.5º58.82%80%-
XYZ35.0521.9738.95-
YUV129.34149.26181.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 84 (33.20% from 255) = 18.46%
BLUE value IS 167 (65.62% from 255) = 36.70%
R=44.84%
G=18.46%
B=36.70%

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
Decimal2048416700.590.180.2318.554.0556.47
HexCC54A703B121413e3638
Octal31412424707322244766670
Binary1100110010101001010011101110111001010100100111110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC54A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC54A7; }

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

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

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

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

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

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

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

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