#CC4081

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

Shades of Mulberry #CC4081

Tints of Mulberry #CC4081

Color information

#CC4081 (or 0xCC4081) is unknown color: approx Mulberry. HEX triplet: CC, 40 and 81. RGB value is (204,64,129). Sum of RGB (Red+Green+Blue) = 204+64+129=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4081 is #33BF7E. Grayscale: #717171. Windows color (decimal): -3391359 or 8470732. OLE color: 8470732.

HSL color Cylindrical-coordinate representation of color #CC4081: hue angle of 332.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4081 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB20464129-
CMYK00.690.370.2
HSL332.14º57.85%52.55%-
HSV(B)332.14º68.63%80%-
XYZ30.718.0922.64-
YUV113.27136.88192.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 64 (25.39% from 255) = 16.12%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=51.39%
G=16.12%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046412900.690.370.2332.1457.8552.55
HexCC4081045251414c3a35
Octal314100201010545245147265
Binary110011001000000100000010100010110010110100101001100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4081; }

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

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

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

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

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

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

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

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