#C44485

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

Shades of Mulberry #C44485

Tints of Mulberry #C44485

Color information

#C44485 (or 0xC44485) is unknown color: approx Mulberry. HEX triplet: C4, 44 and 85. RGB value is (196,68,133). Sum of RGB (Red+Green+Blue) = 196+68+133=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C44485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44485 is #3BBB7A. Grayscale: #717171. Windows color (decimal): -3914619 or 8733892. OLE color: 8733892.

HSL color Cylindrical-coordinate representation of color #C44485: hue angle of 329.53º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44485 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB19668133-
CMYK00.650.320.23
HSL329.53º52.03%51.76%-
HSV(B)329.53º65.31%76.86%-
XYZ29.0717.5624.05-
YUV113.68138.91186.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.37%
GREEN value IS 68 (26.95% from 255) = 17.13%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=49.37%
G=17.13%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966813300.650.320.23329.5352.0351.76
HexC44485041201714a3434
Octal304104205010140275126464
Binary110001001000100100001010100000110000010111101001010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44485; }

 p { color: rgb(196,68,133); }

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

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

 a { background-color: rgb(196,68,133); }

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

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

 span { border-color: rgb(196,68,133); }

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