#C9418F

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

Shades of Mulberry #C9418F

Tints of Mulberry #C9418F

Color information

#C9418F (or 0xC9418F) is unknown color: approx Mulberry. HEX triplet: C9, 41 and 8F. RGB value is (201,65,143). Sum of RGB (Red+Green+Blue) = 201+65+143=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9418F is #36BE70. Grayscale: #727272. Windows color (decimal): -3587697 or 9388489. OLE color: 9388489.

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

Color convert

RGB20165143-
CMYK00.680.290.21
HSL325.59º55.74%52.16%-
HSV(B)325.59º67.66%78.82%-
XYZ30.9418.1827.87-
YUV114.56144.06189.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.14%
GREEN value IS 65 (25.78% from 255) = 15.89%
BLUE value IS 143 (56.25% from 255) = 34.96%
R=49.14%
G=15.89%
B=34.96%

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
Decimal2016514300.680.290.21325.5955.7452.16
HexC9418F0441D151463834
Octal311101217010435255067064
Binary11001001100000110001111010001001110110101101000110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9418F; }

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

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

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

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

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

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

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

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