#CC479F

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

Shades of Mulberry #CC479F

Tints of Mulberry #CC479F

Color information

#CC479F (or 0xCC479F) is unknown color: approx Mulberry. HEX triplet: CC, 47 and 9F. RGB value is (204,71,159). Sum of RGB (Red+Green+Blue) = 204+71+159=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC479F is #33B860. Grayscale: #787878. Windows color (decimal): -3389537 or 10438604. OLE color: 10438604.

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

Color convert

RGB20471159-
CMYK00.650.220.2
HSL320.3º56.6%53.92%-
HSV(B)320.3º65.2%80%-
XYZ33.4119.8534.87-
YUV120.8149.56187.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 71 (28.12% from 255) = 16.36%
BLUE value IS 159 (62.5% from 255) = 36.64%
R=47.00%
G=16.36%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047115900.650.220.2320.356.653.92
HexCC479F04116141403936
Octal314107237010126245007166
Binary11001100100011110011111010000011011010100101000000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC479F; }

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

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

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

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

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

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

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

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