#CC5199

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

Shades of Mulberry #CC5199

Tints of Mulberry #CC5199

Color information

#CC5199 (or 0xCC5199) is unknown color: approx Mulberry. HEX triplet: CC, 51 and 99. RGB value is (204,81,153). Sum of RGB (Red+Green+Blue) = 204+81+153=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5199 is #33AE66. Grayscale: #7D7D7D. Windows color (decimal): -3386983 or 10047948. OLE color: 10047948.

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

Color convert

RGB20481153-
CMYK00.600.250.2
HSL324.88º54.67%55.88%-
HSV(B)324.88º60.29%80%-
XYZ33.5921.0232.42-
YUV125.98143.25183.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 81 (32.03% from 255) = 18.49%
BLUE value IS 153 (60.16% from 255) = 34.93%
R=46.58%
G=18.49%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048115300.600.250.2324.8854.6755.88
HexCC519903C19141453738
Octal31412123107431245056770
Binary1100110010100011001100101111001100110100101000101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5199; }

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

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

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

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

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

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

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

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