#C44BA2

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

Shades of Mulberry #C44BA2

Tints of Mulberry #C44BA2

Color information

#C44BA2 (or 0xC44BA2) is unknown color: approx Mulberry. HEX triplet: C4, 4B and A2. RGB value is (196,75,162). Sum of RGB (Red+Green+Blue) = 196+75+162=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44BA2 is #3BB45D. Grayscale: #787878. Windows color (decimal): -3912798 or 10636228. OLE color: 10636228.

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

Color convert

RGB19675162-
CMYK00.620.170.23
HSL316.86º50.63%53.14%-
HSV(B)316.86º61.73%76.86%-
XYZ31.819.3836.25-
YUV121.1151.09181.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.27%
GREEN value IS 75 (29.69% from 255) = 17.32%
BLUE value IS 162 (63.67% from 255) = 37.41%
R=45.27%
G=17.32%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967516200.620.170.23316.8650.6353.14
HexC44BA203E111713d3335
Octal30411324207621274756365
Binary1100010010010111010001001111101000110111100111101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44BA2; }

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

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

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

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

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

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

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

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