#C94D9E

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

Shades of Mulberry #C94D9E

Tints of Mulberry #C94D9E

Color information

#C94D9E (or 0xC94D9E) is unknown color: approx Mulberry. HEX triplet: C9, 4D and 9E. RGB value is (201,77,158). Sum of RGB (Red+Green+Blue) = 201+77+158=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D9E is #36B261. Grayscale: #7B7B7B. Windows color (decimal): -3584610 or 10374601. OLE color: 10374601.

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

Color convert

RGB20177158-
CMYK00.620.210.21
HSL320.81º53.45%54.51%-
HSV(B)320.81º61.69%78.82%-
XYZ32.9120.1934.51-
YUV123.31147.58183.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.10%
GREEN value IS 77 (30.47% from 255) = 17.66%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=46.10%
G=17.66%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017715800.620.210.21320.8153.4554.51
HexC94D9E03E15151413537
Octal31111523607625255016567
Binary1100100110011011001111001111101010110101101000001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94D9E; }

 p { color: rgb(201,77,158); }

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

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

 a { background-color: rgb(201,77,158); }

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

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

 span { border-color: rgb(201,77,158); }

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