#CC4E82

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

Shades of Mulberry #CC4E82

Tints of Mulberry #CC4E82

Color information

#CC4E82 (or 0xCC4E82) is unknown color: approx Mulberry. HEX triplet: CC, 4E and 82. RGB value is (204,78,130). Sum of RGB (Red+Green+Blue) = 204+78+130=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4E82 is #33B17D. Grayscale: #797979. Windows color (decimal): -3387774 or 8539852. OLE color: 8539852.

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

Color convert

RGB20478130-
CMYK00.620.360.2
HSL335.24º55.26%55.29%-
HSV(B)335.24º61.76%80%-
XYZ31.6619.923.29-
YUV121.6132.74186.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 78 (30.86% from 255) = 18.93%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=49.51%
G=18.93%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047813000.620.360.2335.2455.2655.29
HexCC4E8203E241414f3737
Octal31411620207644245176767
Binary11001100100111010000010011111010010010100101001111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4E82; }

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

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

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

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

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

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

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

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