#C9419D

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

Shades of Mulberry #C9419D

Tints of Mulberry #C9419D

Color information

#C9419D (or 0xC9419D) is unknown color: approx Mulberry. HEX triplet: C9, 41 and 9D. RGB value is (201,65,157). Sum of RGB (Red+Green+Blue) = 201+65+157=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9419D is #36BE62. Grayscale: #737373. Windows color (decimal): -3587683 or 10305993. OLE color: 10305993.

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

Color convert

RGB20165157-
CMYK00.680.220.21
HSL319.41º55.74%52.16%-
HSV(B)319.41º67.66%78.82%-
XYZ32.0618.6333.8-
YUV116.15151.06188.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.52%
GREEN value IS 65 (25.78% from 255) = 15.37%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=47.52%
G=15.37%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016515700.680.220.21319.4155.7452.16
HexC9419D044161513f3834
Octal311101235010426254777064
Binary11001001100000110011101010001001011010101100111111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9419D; }

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

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

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

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

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

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

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

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