#c94e9a

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

Shades of Mulberry #C94E9A

Tints of Mulberry #C94E9A

Color information

#C94E9A (or 0xC94E9A) is unknown color: approx Mulberry. HEX triplet: C9, 4E and 9A. RGB value is (201,78,154). Sum of RGB (Red+Green+Blue) = 201+78+154=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94E9A is #36B165. Grayscale: #7B7B7B. Windows color (decimal): -3584358 or 10112713. OLE color: 10112713.

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

Color convert

RGB20178154-
CMYK00.610.230.21
HSL322.93º53.25%54.71%-
HSV(B)322.93º61.19%78.82%-
XYZ32.6420.232.75-
YUV123.44145.25183.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.42%
GREEN value IS 78 (30.86% from 255) = 18.01%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=46.42%
G=18.01%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017815400.610.230.21322.9353.2554.71
HexC94E9A03D17151433537
Octal31111623207527255036567
Binary1100100110011101001101001111011011110101101000011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c94e9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c94e9a; }

 p { color: rgb(201,78,154); }

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

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

 a { background-color: rgb(201,78,154); }

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

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

 span { border-color: rgb(201,78,154); }

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