#C44184

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

Shades of Mulberry #C44184

Tints of Mulberry #C44184

Color information

#C44184 (or 0xC44184) is unknown color: approx Mulberry. HEX triplet: C4, 41 and 84. RGB value is (196,65,132). Sum of RGB (Red+Green+Blue) = 196+65+132=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C44184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44184 is #3BBE7B. Grayscale: #6F6F6F. Windows color (decimal): -3915388 or 8667588. OLE color: 8667588.

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

Color convert

RGB19665132-
CMYK00.670.330.23
HSL329.31º52.61%51.18%-
HSV(B)329.31º66.84%76.86%-
XYZ28.8217.1823.63-
YUV111.81139.4188.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.87%
GREEN value IS 65 (25.78% from 255) = 16.54%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=49.87%
G=16.54%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966513200.670.330.23329.3152.6151.18
HexC4418404321171493533
Octal304101204010341275116563
Binary110001001000001100001000100001110000110111101001001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44184; }

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

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

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

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

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

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

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

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