#C94580

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

Shades of Mulberry #C94580

Tints of Mulberry #C94580

Color information

#C94580 (or 0xC94580) is unknown color: approx Mulberry. HEX triplet: C9, 45 and 80. RGB value is (201,69,128). Sum of RGB (Red+Green+Blue) = 201+69+128=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C94580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94580 is #36BA7F. Grayscale: #737373. Windows color (decimal): -3586688 or 8406473. OLE color: 8406473.

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

Color convert

RGB20169128-
CMYK00.660.360.21
HSL333.18º55%52.94%-
HSV(B)333.18º65.67%78.82%-
XYZ30.1118.2322.35-
YUV115.19135.23189.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.50%
GREEN value IS 69 (27.34% from 255) = 17.34%
BLUE value IS 128 (50.39% from 255) = 32.16%
R=50.50%
G=17.34%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016912800.660.360.21333.185552.94
HexC94580042241514d3735
Octal311105200010244255156765
Binary110010011000101100000000100001010010010101101001101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94580; }

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

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

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

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

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

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

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

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