#CC4F88

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

Shades of Mulberry #CC4F88

Tints of Mulberry #CC4F88

Color information

#CC4F88 (or 0xCC4F88) is unknown color: approx Mulberry. HEX triplet: CC, 4F and 88. RGB value is (204,79,136). Sum of RGB (Red+Green+Blue) = 204+79+136=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4F88 is #33B077. Grayscale: #7A7A7A. Windows color (decimal): -3387512 or 8933324. OLE color: 8933324.

HSL color Cylindrical-coordinate representation of color #CC4F88: hue angle of 332.64º 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 #CC4F88 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB20479136-
CMYK00.610.330.2
HSL332.64º55.07%55.49%-
HSV(B)332.64º61.27%80%-
XYZ32.1420.2125.5-
YUV122.87135.41185.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 79 (31.25% from 255) = 18.85%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=48.69%
G=18.85%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047913600.610.330.2332.6455.0755.49
HexCC4F8803D211414d3737
Octal31411721007541245156767
Binary11001100100111110001000011110110000110100101001101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F88; }

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

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

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

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

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

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

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

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