#C94DA4

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

Shades of Mulberry #C94DA4

Tints of Mulberry #C94DA4

Color information

#C94DA4 (or 0xC94DA4) is unknown color: approx Mulberry. HEX triplet: C9, 4D and A4. RGB value is (201,77,164). Sum of RGB (Red+Green+Blue) = 201+77+164=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94DA4 is #36B25B. Grayscale: #7B7B7B. Windows color (decimal): -3584604 or 10767817. OLE color: 10767817.

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

Color convert

RGB20177164-
CMYK00.620.180.21
HSL317.9º53.45%54.51%-
HSV(B)317.9º61.69%78.82%-
XYZ33.4420.4137.3-
YUV123.99150.58182.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.48%
GREEN value IS 77 (30.47% from 255) = 17.42%
BLUE value IS 164 (64.45% from 255) = 37.10%
R=45.48%
G=17.42%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017716400.620.180.21317.953.4554.51
HexC94DA403E121513e3537
Octal31111524407622254766567
Binary1100100110011011010010001111101001010101100111110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94DA4; }

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

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

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

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

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

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

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

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