#CC4DA2

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

Shades of Mulberry #CC4DA2

Tints of Mulberry #CC4DA2

Color information

#CC4DA2 (or 0xCC4DA2) is unknown color: approx Mulberry. HEX triplet: CC, 4D and A2. RGB value is (204,77,162). Sum of RGB (Red+Green+Blue) = 204+77+162=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4DA2 is #33B25D. Grayscale: #7C7C7C. Windows color (decimal): -3387998 or 10636748. OLE color: 10636748.

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

Color convert

RGB20477162-
CMYK00.620.210.2
HSL319.84º55.46%55.1%-
HSV(B)319.84º62.25%80%-
XYZ34.0820.7536.39-
YUV124.66149.08184.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 77 (30.47% from 255) = 17.38%
BLUE value IS 162 (63.67% from 255) = 36.57%
R=46.05%
G=17.38%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047716200.620.210.2319.8455.4655.1
HexCC4DA203E15141403737
Octal31411524207625245006767
Binary1100110010011011010001001111101010110100101000000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4DA2; }

 p { color: rgb(204,77,162); }

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

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

 a { background-color: rgb(204,77,162); }

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

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

 span { border-color: rgb(204,77,162); }

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