#C440A4

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

Shades of Mulberry #C440A4

Tints of Mulberry #C440A4

Color information

#C440A4 (or 0xC440A4) is unknown color: approx Mulberry. HEX triplet: C4, 40 and A4. RGB value is (196,64,164). Sum of RGB (Red+Green+Blue) = 196+64+164=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C440A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440A4 is #3BBF5B. Grayscale: #727272. Windows color (decimal): -3915612 or 10764484. OLE color: 10764484.

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

Color convert

RGB19664164-
CMYK00.670.160.23
HSL314.55º52.8%50.98%-
HSV(B)314.55º67.35%76.86%-
XYZ31.318.0836.96-
YUV114.87155.73185.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.23%
GREEN value IS 64 (25.39% from 255) = 15.09%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=46.23%
G=15.09%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966416400.670.160.23314.5552.850.98
HexC440A4043101713b3533
Octal304100244010320274736563
Binary11000100100000010100100010000111000010111100111011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C440A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C440A4; }

 p { color: rgb(196,64,164); }

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

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

 a { background-color: rgb(196,64,164); }

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

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

 span { border-color: rgb(196,64,164); }

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