#C9418E

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

Shades of Mulberry #C9418E

Tints of Mulberry #C9418E

Color information

#C9418E (or 0xC9418E) is unknown color: approx Mulberry. HEX triplet: C9, 41 and 8E. RGB value is (201,65,142). Sum of RGB (Red+Green+Blue) = 201+65+142=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9418E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9418E is #36BE71. Grayscale: #727272. Windows color (decimal): -3587698 or 9322953. OLE color: 9322953.

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

Color convert

RGB20165142-
CMYK00.680.290.21
HSL326.03º55.74%52.16%-
HSV(B)326.03º67.66%78.82%-
XYZ30.8618.1527.47-
YUV114.44143.56189.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 65 (25.78% from 255) = 15.93%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=49.26%
G=15.93%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016514200.680.290.21326.0355.7452.16
HexC9418E0441D151463834
Octal311101216010435255067064
Binary11001001100000110001110010001001110110101101000110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9418E; }

 p { color: rgb(201,65,142); }

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

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

 a { background-color: rgb(201,65,142); }

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

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

 span { border-color: rgb(201,65,142); }

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