#CC408B

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

Shades of Mulberry #CC408B

Tints of Mulberry #CC408B

Color information

#CC408B (or 0xCC408B) is unknown color: approx Mulberry. HEX triplet: CC, 40 and 8B. RGB value is (204,64,139). Sum of RGB (Red+Green+Blue) = 204+64+139=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC408B is #33BF74. Grayscale: #727272. Windows color (decimal): -3391349 or 9126092. OLE color: 9126092.

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

Color convert

RGB20464139-
CMYK00.690.320.2
HSL327.86º57.85%52.55%-
HSV(B)327.86º68.63%80%-
XYZ31.418.3726.32-
YUV114.41141.88191.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 64 (25.39% from 255) = 15.72%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=50.12%
G=15.72%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046413900.690.320.2327.8657.8552.55
HexCC408B04520141483a35
Octal314100213010540245107265
Binary110011001000000100010110100010110000010100101001000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC408B; }

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

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

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

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

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

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

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

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