#C44BA0

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

Shades of Mulberry #C44BA0

Tints of Mulberry #C44BA0

Color information

#C44BA0 (or 0xC44BA0) is unknown color: approx Mulberry. HEX triplet: C4, 4B and A0. RGB value is (196,75,160). Sum of RGB (Red+Green+Blue) = 196+75+160=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44BA0 is #3BB45F. Grayscale: #787878. Windows color (decimal): -3912800 or 10505156. OLE color: 10505156.

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

Color convert

RGB19675160-
CMYK00.620.180.23
HSL317.85º50.63%53.14%-
HSV(B)317.85º61.73%76.86%-
XYZ31.6319.3135.32-
YUV120.87150.09181.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 75 (29.69% from 255) = 17.40%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=45.48%
G=17.40%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967516000.620.180.23317.8550.6353.14
HexC44BA003E121713e3335
Octal30411324007622274766365
Binary1100010010010111010000001111101001010111100111110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44BA0; }

 p { color: rgb(196,75,160); }

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

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

 a { background-color: rgb(196,75,160); }

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

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

 span { border-color: rgb(196,75,160); }

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