#C94880

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

Shades of Mulberry #C94880

Tints of Mulberry #C94880

Color information

#C94880 (or 0xC94880) is unknown color: approx Mulberry. HEX triplet: C9, 48 and 80. RGB value is (201,72,128). Sum of RGB (Red+Green+Blue) = 201+72+128=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C94880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94880 is #36B77F. Grayscale: #747474. Windows color (decimal): -3585920 or 8407241. OLE color: 8407241.

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

Color convert

RGB20172128-
CMYK00.640.360.21
HSL333.95º54.43%53.53%-
HSV(B)333.95º64.18%78.82%-
XYZ30.318.6122.42-
YUV116.96134.24187.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 72 (28.52% from 255) = 17.96%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=50.12%
G=17.96%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017212800.640.360.21333.9554.4353.53
HexC94880040241514e3636
Octal311110200010044255166666
Binary110010011001000100000000100000010010010101101001110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94880; }

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

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

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

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

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

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

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

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