#C9419F

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

Shades of Mulberry #C9419F

Tints of Mulberry #C9419F

Color information

#C9419F (or 0xC9419F) is unknown color: approx Mulberry. HEX triplet: C9, 41 and 9F. RGB value is (201,65,159). Sum of RGB (Red+Green+Blue) = 201+65+159=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9419F is #36BE60. Grayscale: #747474. Windows color (decimal): -3587681 or 10437065. OLE color: 10437065.

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

Color convert

RGB20165159-
CMYK00.680.210.21
HSL318.53º55.74%52.16%-
HSV(B)318.53º67.66%78.82%-
XYZ32.2418.734.71-
YUV116.38152.06188.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 65 (25.78% from 255) = 15.29%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=47.29%
G=15.29%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016515900.680.210.21318.5355.7452.16
HexC9419F044151513f3834
Octal311101237010425254777064
Binary11001001100000110011111010001001010110101100111111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9419F; }

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

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

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

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

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

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

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

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