#CC47A8

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

Shades of Mulberry #CC47A8

Tints of Mulberry #CC47A8

Color information

#CC47A8 (or 0xCC47A8) is unknown color: approx Mulberry. HEX triplet: CC, 47 and A8. RGB value is (204,71,168). Sum of RGB (Red+Green+Blue) = 204+71+168=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC47A8 is #33B857. Grayscale: #797979. Windows color (decimal): -3389528 or 11028428. OLE color: 11028428.

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

Color convert

RGB20471168-
CMYK00.650.180.2
HSL316.24º56.6%53.92%-
HSV(B)316.24º65.2%80%-
XYZ34.2220.1739.14-
YUV121.82154.06186.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 71 (28.12% from 255) = 16.03%
BLUE value IS 168 (66.02% from 255) = 37.92%
R=46.05%
G=16.03%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047116800.650.180.2316.2456.653.92
HexCC47A8041121413c3936
Octal314107250010122244747166
Binary11001100100011110101000010000011001010100100111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC47A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC47A8; }

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

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

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

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

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

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

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

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