#C94E8A

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

Shades of Mulberry #C94E8A

Tints of Mulberry #C94E8A

Color information

#C94E8A (or 0xC94E8A) is unknown color: approx Mulberry. HEX triplet: C9, 4E and 8A. RGB value is (201,78,138). Sum of RGB (Red+Green+Blue) = 201+78+138=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94E8A is #36B175. Grayscale: #797979. Windows color (decimal): -3584374 or 9064137. OLE color: 9064137.

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

Color convert

RGB20178138-
CMYK00.610.310.21
HSL330.73º53.25%54.71%-
HSV(B)330.73º61.19%78.82%-
XYZ31.419.726.19-
YUV121.62137.25184.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 78 (30.86% from 255) = 18.71%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=48.20%
G=18.71%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017813800.610.310.21330.7353.2554.71
HexC94E8A03D1F1514b3537
Octal31111621207537255136567
Binary1100100110011101000101001111011111110101101001011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94E8A; }

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

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

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

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

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

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

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

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