#CC4E8F

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

Shades of Mulberry #CC4E8F

Tints of Mulberry #CC4E8F

Color information

#CC4E8F (or 0xCC4E8F) is unknown color: approx Mulberry. HEX triplet: CC, 4E and 8F. RGB value is (204,78,143). Sum of RGB (Red+Green+Blue) = 204+78+143=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4E8F is #33B170. Grayscale: #7A7A7A. Windows color (decimal): -3387761 or 9391820. OLE color: 9391820.

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

Color convert

RGB20478143-
CMYK00.620.300.2
HSL329.05º55.26%55.29%-
HSV(B)329.05º61.76%80%-
XYZ32.5820.2728.18-
YUV123.08139.24185.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 78 (30.86% from 255) = 18.35%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=48%
G=18.35%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047814300.620.300.2329.0555.2655.29
HexCC4E8F03E1E141493737
Octal31411621707636245116767
Binary1100110010011101000111101111101111010100101001001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4E8F; }

 p { color: rgb(204,78,143); }

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

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

 a { background-color: rgb(204,78,143); }

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

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

 span { border-color: rgb(204,78,143); }

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