#C94583

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

Shades of Mulberry #C94583

Tints of Mulberry #C94583

Color information

#C94583 (or 0xC94583) is unknown color: approx Mulberry. HEX triplet: C9, 45 and 83. RGB value is (201,69,131). Sum of RGB (Red+Green+Blue) = 201+69+131=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C94583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94583 is #36BA7C. Grayscale: #737373. Windows color (decimal): -3586685 or 8603081. OLE color: 8603081.

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

Color convert

RGB20169131-
CMYK00.660.350.21
HSL331.82º55%52.94%-
HSV(B)331.82º65.67%78.82%-
XYZ30.3118.3123.41-
YUV115.54136.73188.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 131 (51.56% from 255) = 32.67%
R=50.12%
G=17.21%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016913100.660.350.21331.825552.94
HexC94583042231514c3735
Octal311105203010243255146765
Binary110010011000101100000110100001010001110101101001100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94583; }

 p { color: rgb(201,69,131); }

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

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

 a { background-color: rgb(201,69,131); }

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

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

 span { border-color: rgb(201,69,131); }

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