#CC4F81

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

Shades of Mulberry #CC4F81

Tints of Mulberry #CC4F81

Color information

#CC4F81 (or 0xCC4F81) is unknown color: approx Mulberry. HEX triplet: CC, 4F and 81. RGB value is (204,79,129). Sum of RGB (Red+Green+Blue) = 204+79+129=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4F81 is #33B07E. Grayscale: #7A7A7A. Windows color (decimal): -3387519 or 8474572. OLE color: 8474572.

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

Color convert

RGB20479129-
CMYK00.610.370.2
HSL336º55.07%55.49%-
HSV(B)336º61.27%80%-
XYZ31.6620.0122.96-
YUV122.08131.91186.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 79 (31.25% from 255) = 19.17%
BLUE value IS 129 (50.78% from 255) = 31.31%
R=49.51%
G=19.17%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047912900.610.370.233655.0755.49
HexCC4F8103D25141503737
Octal31411720107545245206767
Binary11001100100111110000001011110110010110100101010000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F81; }

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

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

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

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

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

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

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

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