#C44188

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

Shades of Mulberry #C44188

Tints of Mulberry #C44188

Color information

#C44188 (or 0xC44188) is unknown color: approx Mulberry. HEX triplet: C4, 41 and 88. RGB value is (196,65,136). Sum of RGB (Red+Green+Blue) = 196+65+136=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C44188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44188 is #3BBE77. Grayscale: #707070. Windows color (decimal): -3915384 or 8929732. OLE color: 8929732.

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

Color convert

RGB19665136-
CMYK00.670.310.23
HSL327.48º52.61%51.18%-
HSV(B)327.48º66.84%76.86%-
XYZ29.117.2925.1-
YUV112.26141.4187.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.37%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=49.37%
G=16.37%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966513600.670.310.23327.4852.6151.18
HexC441880431F171473533
Octal304101210010337275076563
Binary11000100100000110001000010000111111110111101000111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44188; }

 p { color: rgb(196,65,136); }

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

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

 a { background-color: rgb(196,65,136); }

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

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

 span { border-color: rgb(196,65,136); }

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