#CC528F

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

Shades of Mulberry #CC528F

Tints of Mulberry #CC528F

Color information

#CC528F (or 0xCC528F) is unknown color: approx Mulberry. HEX triplet: CC, 52 and 8F. RGB value is (204,82,143). Sum of RGB (Red+Green+Blue) = 204+82+143=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC528F is #33AD70. Grayscale: #7D7D7D. Windows color (decimal): -3386737 or 9392844. OLE color: 9392844.

HSL color Cylindrical-coordinate representation of color #CC528F: hue angle of 330º degrees, saturation: 0.54, 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 #CC528F is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB20482143-
CMYK00.600.300.2
HSL330º54.46%56.08%-
HSV(B)330º59.8%80%-
XYZ32.8820.8628.28-
YUV125.43137.92184.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=47.55%
G=19.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048214300.600.300.233054.4656.08
HexCC528F03C1E1414a3638
Octal31412221707436245126670
Binary1100110010100101000111101111001111010100101001010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC528F; }

 p { color: rgb(204,82,143); }

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

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

 a { background-color: rgb(204,82,143); }

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

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

 span { border-color: rgb(204,82,143); }

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