#c7408e

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

Shades of Mulberry #C7408E

Tints of Mulberry #C7408E

Color information

#C7408E (or 0xC7408E) is unknown color: approx Mulberry. HEX triplet: C7, 40 and 8E. RGB value is (199,64,142). Sum of RGB (Red+Green+Blue) = 199+64+142=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7408E is #38BF71. Grayscale: #717171. Windows color (decimal): -3719026 or 9322695. OLE color: 9322695.

HSL color Cylindrical-coordinate representation of color #C7408E: hue angle of 325.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7408E is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB19964142-
CMYK00.680.290.22
HSL325.33º54.66%51.57%-
HSV(B)325.33º67.84%78.04%-
XYZ30.2717.7627.42-
YUV113.26144.23189.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 64 (25.39% from 255) = 15.80%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=49.14%
G=15.80%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996414200.680.290.22325.3354.6651.57
HexC7408E0441D161453734
Octal307100216010435265056764
Binary11000111100000010001110010001001110110110101000101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7408e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7408e; }

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

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

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

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

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

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

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

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