#CC4F8C

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

Shades of Mulberry #CC4F8C

Tints of Mulberry #CC4F8C

Color information

#CC4F8C (or 0xCC4F8C) is unknown color: approx Mulberry. HEX triplet: CC, 4F and 8C. RGB value is (204,79,140). Sum of RGB (Red+Green+Blue) = 204+79+140=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4F8C is #33B073. Grayscale: #7B7B7B. Windows color (decimal): -3387508 or 9195468. OLE color: 9195468.

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

Color convert

RGB20479140-
CMYK00.610.310.2
HSL330.72º55.07%55.49%-
HSV(B)330.72º61.27%80%-
XYZ32.4320.3227.02-
YUV123.33137.41185.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 79 (31.25% from 255) = 18.68%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=48.23%
G=18.68%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047914000.610.310.2330.7255.0755.49
HexCC4F8C03D1F1414b3737
Octal31411721407537245136767
Binary1100110010011111000110001111011111110100101001011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F8C; }

 p { color: rgb(204,79,140); }

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

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

 a { background-color: rgb(204,79,140); }

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

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

 span { border-color: rgb(204,79,140); }

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