#CC4F9D

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

Shades of Mulberry #CC4F9D

Tints of Mulberry #CC4F9D

Color information

#CC4F9D (or 0xCC4F9D) is unknown color: approx Mulberry. HEX triplet: CC, 4F and 9D. RGB value is (204,79,157). Sum of RGB (Red+Green+Blue) = 204+79+157=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4F9D is #33B062. Grayscale: #7D7D7D. Windows color (decimal): -3387491 or 10309580. OLE color: 10309580.

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

Color convert

RGB20479157-
CMYK00.610.230.2
HSL322.56º55.07%55.49%-
HSV(B)322.56º61.27%80%-
XYZ33.7820.8634.14-
YUV125.27145.91184.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 79 (31.25% from 255) = 17.95%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=46.36%
G=17.95%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047915700.610.230.2322.5655.0755.49
HexCC4F9D03D17141433737
Octal31411723507527245036767
Binary1100110010011111001110101111011011110100101000011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F9D; }

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

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

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

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

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

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

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

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