#C94882

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

Shades of Mulberry #C94882

Tints of Mulberry #C94882

Color information

#C94882 (or 0xC94882) is unknown color: approx Mulberry. HEX triplet: C9, 48 and 82. RGB value is (201,72,130). Sum of RGB (Red+Green+Blue) = 201+72+130=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C94882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94882 is #36B77D. Grayscale: #757575. Windows color (decimal): -3585918 or 8538313. OLE color: 8538313.

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

Color convert

RGB20172130-
CMYK00.640.350.21
HSL333.02º54.43%53.53%-
HSV(B)333.02º64.18%78.82%-
XYZ30.4318.6623.12-
YUV117.18135.24187.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.88%
GREEN value IS 72 (28.52% from 255) = 17.87%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=49.88%
G=17.87%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017213000.640.350.21333.0254.4353.53
HexC94882040231514d3636
Octal311110202010043255156666
Binary110010011001000100000100100000010001110101101001101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94882; }

 p { color: rgb(201,72,130); }

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

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

 a { background-color: rgb(201,72,130); }

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

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

 span { border-color: rgb(201,72,130); }

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