#C94588

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

Shades of Mulberry #C94588

Tints of Mulberry #C94588

Color information

#C94588 (or 0xC94588) is unknown color: approx Mulberry. HEX triplet: C9, 45 and 88. RGB value is (201,69,136). Sum of RGB (Red+Green+Blue) = 201+69+136=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C94588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94588 is #36BA77. Grayscale: #737373. Windows color (decimal): -3586680 or 8930761. OLE color: 8930761.

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

Color convert

RGB20169136-
CMYK00.660.320.21
HSL329.55º55%52.94%-
HSV(B)329.55º65.67%78.82%-
XYZ30.6618.4525.24-
YUV116.11139.23188.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.51%
GREEN value IS 69 (27.34% from 255) = 17.00%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=49.51%
G=17.00%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016913600.660.320.21329.555552.94
HexC94588042201514a3735
Octal311105210010240255126765
Binary110010011000101100010000100001010000010101101001010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94588; }

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

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

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

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

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

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

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

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