#C74592

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

Shades of Mulberry #C74592

Tints of Mulberry #C74592

Color information

#C74592 (or 0xC74592) is unknown color: approx Mulberry. HEX triplet: C7, 45 and 92. RGB value is (199,69,146). Sum of RGB (Red+Green+Blue) = 199+69+146=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C74592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74592 is #38BA6D. Grayscale: #747474. Windows color (decimal): -3717742 or 9586119. OLE color: 9586119.

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

Color convert

RGB19969146-
CMYK00.650.270.22
HSL324.46º53.72%52.55%-
HSV(B)324.46º65.33%78.04%-
XYZ30.8718.4729.13-
YUV116.65144.57186.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 69 (27.34% from 255) = 16.67%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=48.07%
G=16.67%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996914600.650.270.22324.4653.7252.55
HexC745920411B161443635
Octal307105222010133265046665
Binary11000111100010110010010010000011101110110101000100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74592; }

 p { color: rgb(199,69,146); }

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

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

 a { background-color: rgb(199,69,146); }

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

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

 span { border-color: rgb(199,69,146); }

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