#C74788

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

Shades of Mulberry #C74788

Tints of Mulberry #C74788

Color information

#C74788 (or 0xC74788) is unknown color: approx Mulberry. HEX triplet: C7, 47 and 88. RGB value is (199,71,136). Sum of RGB (Red+Green+Blue) = 199+71+136=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C74788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74788 is #38B877. Grayscale: #747474. Windows color (decimal): -3717240 or 8931271. OLE color: 8931271.

HSL color Cylindrical-coordinate representation of color #C74788: hue angle of 329.53º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74788 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB19971136-
CMYK00.640.320.22
HSL329.53º53.33%52.94%-
HSV(B)329.53º64.32%78.04%-
XYZ30.2518.4325.25-
YUV116.68138.91186.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.01%
GREEN value IS 71 (28.12% from 255) = 17.49%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=49.01%
G=17.49%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997113600.640.320.22329.5353.3352.94
HexC74788040201614a3535
Octal307107210010040265126565
Binary110001111000111100010000100000010000010110101001010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74788; }

 p { color: rgb(199,71,136); }

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

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

 a { background-color: rgb(199,71,136); }

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

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

 span { border-color: rgb(199,71,136); }

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