#C941A0

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

Shades of Mulberry #C941A0

Tints of Mulberry #C941A0

Color information

#C941A0 (or 0xC941A0) is unknown color: approx Mulberry. HEX triplet: C9, 41 and A0. RGB value is (201,65,160). Sum of RGB (Red+Green+Blue) = 201+65+160=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C941A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C941A0 is #36BE5F. Grayscale: #747474. Windows color (decimal): -3587680 or 10502601. OLE color: 10502601.

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

Color convert

RGB20165160-
CMYK00.680.200.21
HSL318.09º55.74%52.16%-
HSV(B)318.09º67.66%78.82%-
XYZ32.3218.7435.17-
YUV116.49152.56188.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.18%
GREEN value IS 65 (25.78% from 255) = 15.26%
BLUE value IS 160 (62.89% from 255) = 37.56%
R=47.18%
G=15.26%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016516000.680.200.21318.0955.7452.16
HexC941A0044141513e3834
Octal311101240010424254767064
Binary11001001100000110100000010001001010010101100111110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C941A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C941A0; }

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

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

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

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

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

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

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

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