#C94794

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

Shades of Mulberry #C94794

Tints of Mulberry #C94794

Color information

#C94794 (or 0xC94794) is unknown color: approx Mulberry. HEX triplet: C9, 47 and 94. RGB value is (201,71,148). Sum of RGB (Red+Green+Blue) = 201+71+148=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C94794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94794 is #36B86B. Grayscale: #767676. Windows color (decimal): -3586156 or 9717705. OLE color: 9717705.

HSL color Cylindrical-coordinate representation of color #C94794: hue angle of 324.46º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94794 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB20171148-
CMYK00.650.260.21
HSL324.46º54.62%53.33%-
HSV(B)324.46º64.68%78.82%-
XYZ31.6919.0630.03-
YUV118.65144.57186.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.86%
GREEN value IS 71 (28.12% from 255) = 16.90%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=47.86%
G=16.90%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017114800.650.260.21324.4654.6253.33
HexC947940411A151443735
Octal311107224010132255046765
Binary11001001100011110010100010000011101010101101000100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94794; }

 p { color: rgb(201,71,148); }

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

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

 a { background-color: rgb(201,71,148); }

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

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

 span { border-color: rgb(201,71,148); }

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