#C74480

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

Shades of Mulberry #C74480

Tints of Mulberry #C74480

Color information

#C74480 (or 0xC74480) is unknown color: approx Mulberry. HEX triplet: C7, 44 and 80. RGB value is (199,68,128). Sum of RGB (Red+Green+Blue) = 199+68+128=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C74480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74480 is #38BB7F. Grayscale: #717171. Windows color (decimal): -3718016 or 8406215. OLE color: 8406215.

HSL color Cylindrical-coordinate representation of color #C74480: hue angle of 332.52º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74480 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB19968128-
CMYK00.660.360.22
HSL332.52º53.91%52.35%-
HSV(B)332.52º65.83%78.04%-
XYZ29.5217.8322.31-
YUV114.01135.9188.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.38%
GREEN value IS 68 (26.95% from 255) = 17.22%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=50.38%
G=17.22%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996812800.660.360.22332.5253.9152.35
HexC74480042241614d3634
Octal307104200010244265156664
Binary110001111000100100000000100001010010010110101001101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74480; }

 p { color: rgb(199,68,128); }

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

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

 a { background-color: rgb(199,68,128); }

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

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

 span { border-color: rgb(199,68,128); }

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