#C8408D

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

Shades of Mulberry #C8408D

Tints of Mulberry #C8408D

Color information

#C8408D (or 0xC8408D) is unknown color: approx Mulberry. HEX triplet: C8, 40 and 8D. RGB value is (200,64,141). Sum of RGB (Red+Green+Blue) = 200+64+141=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8408D is #37BF72. Grayscale: #717171. Windows color (decimal): -3653491 or 9257160. OLE color: 9257160.

HSL color Cylindrical-coordinate representation of color #C8408D: hue angle of 326.03º 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 #C8408D is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB20064141-
CMYK00.680.290.22
HSL326.03º55.28%51.76%-
HSV(B)326.03º68%78.43%-
XYZ30.4617.8727.04-
YUV113.44143.56189.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.38%
GREEN value IS 64 (25.39% from 255) = 15.80%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=49.38%
G=15.80%
B=34.81%

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
Decimal2006414100.680.290.22326.0355.2851.76
HexC8408D0441D161463734
Octal310100215010435265066764
Binary11001000100000010001101010001001110110110101000110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8408D; }

 p { color: rgb(200,64,141); }

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

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

 a { background-color: rgb(200,64,141); }

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

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

 span { border-color: rgb(200,64,141); }

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