#C4408E

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

Shades of Mulberry #C4408E

Tints of Mulberry #C4408E

Color information

#C4408E (or 0xC4408E) is unknown color: approx Mulberry. HEX triplet: C4, 40 and 8E. RGB value is (196,64,142). Sum of RGB (Red+Green+Blue) = 196+64+142=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4408E is #3BBF71. Grayscale: #707070. Windows color (decimal): -3915634 or 9322692. OLE color: 9322692.

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

Color convert

RGB19664142-
CMYK00.670.280.23
HSL324.55º52.8%50.98%-
HSV(B)324.55º67.35%76.86%-
XYZ29.4817.3627.39-
YUV112.36144.73187.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.76%
GREEN value IS 64 (25.39% from 255) = 15.92%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=48.76%
G=15.92%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966414200.670.280.23324.5552.850.98
HexC4408E0431C171453533
Octal304100216010334275056563
Binary11000100100000010001110010000111110010111101000101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4408E; }

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

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

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

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

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

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

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

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