#C44A7E

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

Shades of Mulberry #C44A7E

Tints of Mulberry #C44A7E

Color information

#C44A7E (or 0xC44A7E) is unknown color: approx Mulberry. HEX triplet: C4, 4A and 7E. RGB value is (196,74,126). Sum of RGB (Red+Green+Blue) = 196+74+126=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44A7E is #3BB581. Grayscale: #747474. Windows color (decimal): -3913090 or 8276676. OLE color: 8276676.

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

Color convert

RGB19674126-
CMYK00.620.360.23
HSL334.43º50.83%52.94%-
HSV(B)334.43º62.24%76.86%-
XYZ28.9818.1421.71-
YUV116.41133.42184.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.49%
GREEN value IS 74 (29.30% from 255) = 18.69%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=49.49%
G=18.69%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967412600.620.360.23334.4350.8352.94
HexC44A7E03E241714e3335
Octal30411217607644275166365
Binary1100010010010101111110011111010010010111101001110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44A7E; }

 p { color: rgb(196,74,126); }

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

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

 a { background-color: rgb(196,74,126); }

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

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

 span { border-color: rgb(196,74,126); }

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