#C44080

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

Shades of Mulberry #C44080

Tints of Mulberry #C44080

Color information

#C44080 (or 0xC44080) is unknown color: approx Mulberry. HEX triplet: C4, 40 and 80. RGB value is (196,64,128). Sum of RGB (Red+Green+Blue) = 196+64+128=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C44080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44080 is #3BBF7F. Grayscale: #6E6E6E. Windows color (decimal): -3915648 or 8405188. OLE color: 8405188.

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

Color convert

RGB19664128-
CMYK00.670.350.23
HSL330.91º52.8%50.98%-
HSV(B)330.91º67.35%76.86%-
XYZ28.4916.9622.19-
YUV110.76137.73188.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.52%
GREEN value IS 64 (25.39% from 255) = 16.49%
BLUE value IS 128 (50.39% from 255) = 32.99%
R=50.52%
G=16.49%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966412800.670.350.23330.9152.850.98
HexC44080043231714b3533
Octal304100200010343275136563
Binary110001001000000100000000100001110001110111101001011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44080; }

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

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

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

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

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

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

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

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