#C74791

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

Shades of Mulberry #C74791

Tints of Mulberry #C74791

Color information

#C74791 (or 0xC74791) is unknown color: approx Mulberry. HEX triplet: C7, 47 and 91. RGB value is (199,71,145). Sum of RGB (Red+Green+Blue) = 199+71+145=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C74791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74791 is #38B86E. Grayscale: #757575. Windows color (decimal): -3717231 or 9521095. OLE color: 9521095.

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

Color convert

RGB19971145-
CMYK00.640.270.22
HSL325.31º53.33%52.94%-
HSV(B)325.31º64.32%78.04%-
XYZ30.9218.6928.77-
YUV117.71143.41185.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.95%
GREEN value IS 71 (28.12% from 255) = 17.11%
BLUE value IS 145 (57.03% from 255) = 34.94%
R=47.95%
G=17.11%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997114500.640.270.22325.3153.3352.94
HexC747910401B161453535
Octal307107221010033265056565
Binary11000111100011110010001010000001101110110101000101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74791; }

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

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

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

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

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

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

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

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