#c94f99

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

Shades of Mulberry #C94F99

Tints of Mulberry #C94F99

Color information

#C94F99 (or 0xC94F99) is unknown color: approx Mulberry. HEX triplet: C9, 4F and 99. RGB value is (201,79,153). Sum of RGB (Red+Green+Blue) = 201+79+153=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94F99 is #36B066. Grayscale: #7B7B7B. Windows color (decimal): -3584103 or 10047433. OLE color: 10047433.

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

Color convert

RGB20179153-
CMYK00.610.240.21
HSL323.61º53.04%54.9%-
HSV(B)323.61º60.7%78.82%-
XYZ32.6320.3132.34-
YUV123.91144.42182.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.42%
GREEN value IS 79 (31.25% from 255) = 18.24%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=46.42%
G=18.24%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017915300.610.240.21323.6153.0454.9
HexC94F9903D18151443537
Octal31111723107530255046567
Binary1100100110011111001100101111011100010101101000100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c94f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c94f99; }

 p { color: rgb(201,79,153); }

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

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

 a { background-color: rgb(201,79,153); }

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

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

 span { border-color: rgb(201,79,153); }

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