#C94D94

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

Shades of Mulberry #C94D94

Tints of Mulberry #C94D94

Color information

#C94D94 (or 0xC94D94) is unknown color: approx Mulberry. HEX triplet: C9, 4D and 94. RGB value is (201,77,148). Sum of RGB (Red+Green+Blue) = 201+77+148=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D94 is #36B26B. Grayscale: #7A7A7A. Windows color (decimal): -3584620 or 9719241. OLE color: 9719241.

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

Color convert

RGB20177148-
CMYK00.620.260.21
HSL325.65º53.45%54.51%-
HSV(B)325.65º61.69%78.82%-
XYZ32.0919.8630.16-
YUV122.17142.58184.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.18%
GREEN value IS 77 (30.47% from 255) = 18.08%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=47.18%
G=18.08%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017714800.620.260.21325.6553.4554.51
HexC94D9403E1A151463537
Octal31111522407632255066567
Binary1100100110011011001010001111101101010101101000110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94D94; }

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

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

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

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

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

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

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

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