#C94380

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

Shades of Mulberry #C94380

Tints of Mulberry #C94380

Color information

#C94380 (or 0xC94380) is unknown color: approx Mulberry. HEX triplet: C9, 43 and 80. RGB value is (201,67,128). Sum of RGB (Red+Green+Blue) = 201+67+128=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C94380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94380 is #36BC7F. Grayscale: #717171. Windows color (decimal): -3587200 or 8405961. OLE color: 8405961.

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

Color convert

RGB20167128-
CMYK00.670.360.21
HSL332.69º55.37%52.55%-
HSV(B)332.69º66.67%78.82%-
XYZ29.9917.9922.31-
YUV114.02135.89190.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.76%
GREEN value IS 67 (26.56% from 255) = 16.92%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=50.76%
G=16.92%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016712800.670.360.21332.6955.3752.55
HexC94380043241514d3735
Octal311103200010344255156765
Binary110010011000011100000000100001110010010101101001101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94380; }

 p { color: rgb(201,67,128); }

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

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

 a { background-color: rgb(201,67,128); }

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

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

 span { border-color: rgb(201,67,128); }

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