#CC4384

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

Shades of Mulberry #CC4384

Tints of Mulberry #CC4384

Color information

#CC4384 (or 0xCC4384) is unknown color: approx Mulberry. HEX triplet: CC, 43 and 84. RGB value is (204,67,132). Sum of RGB (Red+Green+Blue) = 204+67+132=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4384 is #33BC7B. Grayscale: #737373. Windows color (decimal): -3390588 or 8668108. OLE color: 8668108.

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

Color convert

RGB20467132-
CMYK00.670.350.2
HSL331.53º57.32%53.14%-
HSV(B)331.53º67.16%80%-
XYZ31.0718.5223.77-
YUV115.37137.39191.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 67 (26.56% from 255) = 16.63%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=50.62%
G=16.63%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046713200.670.350.2331.5357.3253.14
HexCC4384043231414c3935
Octal314103204010343245147165
Binary110011001000011100001000100001110001110100101001100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4384; }

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

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

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

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

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

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

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

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