#C44B80

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

Shades of Mulberry #C44B80

Tints of Mulberry #C44B80

Color information

#C44B80 (or 0xC44B80) is unknown color: approx Mulberry. HEX triplet: C4, 4B and 80. RGB value is (196,75,128). Sum of RGB (Red+Green+Blue) = 196+75+128=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44B80 is #3BB47F. Grayscale: #757575. Windows color (decimal): -3912832 or 8408004. OLE color: 8408004.

HSL color Cylindrical-coordinate representation of color #C44B80: hue angle of 333.72º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44B80 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB19675128-
CMYK00.620.350.23
HSL333.72º50.63%53.14%-
HSV(B)333.72º61.73%76.86%-
XYZ29.1818.3322.42-
YUV117.22134.09184.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 75 (29.69% from 255) = 18.80%
BLUE value IS 128 (50.39% from 255) = 32.08%
R=49.12%
G=18.80%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967512800.620.350.23333.7250.6353.14
HexC44B8003E231714e3335
Octal30411320007643275166365
Binary11000100100101110000000011111010001110111101001110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44B80; }

 p { color: rgb(196,75,128); }

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

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

 a { background-color: rgb(196,75,128); }

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

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

 span { border-color: rgb(196,75,128); }

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