#CC5399

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

Shades of Mulberry #CC5399

Tints of Mulberry #CC5399

Color information

#CC5399 (or 0xCC5399) is unknown color: approx Mulberry. HEX triplet: CC, 53 and 99. RGB value is (204,83,153). Sum of RGB (Red+Green+Blue) = 204+83+153=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5399 is #33AC66. Grayscale: #7E7E7E. Windows color (decimal): -3386471 or 10048460. OLE color: 10048460.

HSL color Cylindrical-coordinate representation of color #CC5399: hue angle of 325.29º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5399 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB20483153-
CMYK00.590.250.2
HSL325.29º54.26%56.27%-
HSV(B)325.29º59.31%80%-
XYZ33.7421.3232.47-
YUV127.16142.59182.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 83 (32.81% from 255) = 18.86%
BLUE value IS 153 (60.16% from 255) = 34.77%
R=46.36%
G=18.86%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048315300.590.250.2325.2954.2656.27
HexCC539903B19141453638
Octal31412323107331245056670
Binary1100110010100111001100101110111100110100101000101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5399; }

 p { color: rgb(204,83,153); }

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

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

 a { background-color: rgb(204,83,153); }

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

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

 span { border-color: rgb(204,83,153); }

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