#CC4084

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

Shades of Mulberry #CC4084

Tints of Mulberry #CC4084

Color information

#CC4084 (or 0xCC4084) is unknown color: approx Mulberry. HEX triplet: CC, 40 and 84. RGB value is (204,64,132). Sum of RGB (Red+Green+Blue) = 204+64+132=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4084 is #33BF7B. Grayscale: #717171. Windows color (decimal): -3391356 or 8667340. OLE color: 8667340.

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

Color convert

RGB20464132-
CMYK00.690.350.2
HSL330.86º57.85%52.55%-
HSV(B)330.86º68.63%80%-
XYZ30.918.1723.71-
YUV113.61138.38192.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51%
GREEN value IS 64 (25.39% from 255) = 16%
BLUE value IS 132 (51.95% from 255) = 33%
R=51%
G=16%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046413200.690.350.2330.8657.8552.55
HexCC4084045231414b3a35
Octal314100204010543245137265
Binary110011001000000100001000100010110001110100101001011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4084; }

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

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

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

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

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

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

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

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