#C941A6

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

Shades of Mulberry #C941A6

Tints of Mulberry #C941A6

Color information

#C941A6 (or 0xC941A6) is unknown color: approx Mulberry. HEX triplet: C9, 41 and A6. RGB value is (201,65,166). Sum of RGB (Red+Green+Blue) = 201+65+166=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C941A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C941A6 is #36BE59. Grayscale: #747474. Windows color (decimal): -3587674 or 10895817. OLE color: 10895817.

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

Color convert

RGB20165166-
CMYK00.680.170.21
HSL315.44º55.74%52.16%-
HSV(B)315.44º67.66%78.82%-
XYZ32.8618.9538-
YUV117.18155.56187.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.53%
GREEN value IS 65 (25.78% from 255) = 15.05%
BLUE value IS 166 (65.23% from 255) = 38.43%
R=46.53%
G=15.05%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016516600.680.170.21315.4455.7452.16
HexC941A6044111513b3834
Octal311101246010421254737064
Binary11001001100000110100110010001001000110101100111011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C941A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C941A6; }

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

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

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

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

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

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

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

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