#CC4F82

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

Shades of Mulberry #CC4F82

Tints of Mulberry #CC4F82

Color information

#CC4F82 (or 0xCC4F82) is unknown color: approx Mulberry. HEX triplet: CC, 4F and 82. RGB value is (204,79,130). Sum of RGB (Red+Green+Blue) = 204+79+130=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4F82 is #33B07D. Grayscale: #7A7A7A. Windows color (decimal): -3387518 or 8540108. OLE color: 8540108.

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

Color convert

RGB20479130-
CMYK00.610.360.2
HSL335.52º55.07%55.49%-
HSV(B)335.52º61.27%80%-
XYZ31.7320.0423.32-
YUV122.19132.41186.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 79 (31.25% from 255) = 19.13%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=49.39%
G=19.13%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047913000.610.360.2335.5255.0755.49
HexCC4F8203D24141503737
Octal31411720207544245206767
Binary11001100100111110000010011110110010010100101010000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F82; }

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

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

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

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

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

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

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

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