#C8418D

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

Shades of Mulberry #C8418D

Tints of Mulberry #C8418D

Color information

#C8418D (or 0xC8418D) is unknown color: approx Mulberry. HEX triplet: C8, 41 and 8D. RGB value is (200,65,141). Sum of RGB (Red+Green+Blue) = 200+65+141=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8418D is #37BE72. Grayscale: #717171. Windows color (decimal): -3653235 or 9257416. OLE color: 9257416.

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

Color convert

RGB20065141-
CMYK00.680.290.22
HSL326.22º55.1%51.96%-
HSV(B)326.22º67.5%78.43%-
XYZ30.5217.9827.06-
YUV114.03143.23189.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.26%
GREEN value IS 65 (25.78% from 255) = 16.01%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=49.26%
G=16.01%
B=34.73%

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
Decimal2006514100.680.290.22326.2255.151.96
HexC8418D0441D161463734
Octal310101215010435265066764
Binary11001000100000110001101010001001110110110101000110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8418D; }

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

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

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

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

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

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

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

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