#C74B99

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

Shades of Mulberry #C74B99

Tints of Mulberry #C74B99

Color information

#C74B99 (or 0xC74B99) is unknown color: approx Mulberry. HEX triplet: C7, 4B and 99. RGB value is (199,75,153). Sum of RGB (Red+Green+Blue) = 199+75+153=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74B99 is #38B466. Grayscale: #787878. Windows color (decimal): -3716199 or 10046407. OLE color: 10046407.

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

Color convert

RGB19975153-
CMYK00.620.230.22
HSL322.26º52.54%53.73%-
HSV(B)322.26º62.31%78.04%-
XYZ31.8219.4732.22-
YUV120.97146.08183.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 75 (29.69% from 255) = 17.56%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=46.60%
G=17.56%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997515300.620.230.22322.2652.5453.73
HexC74B9903E17161423536
Octal30711323107627265026566
Binary1100011110010111001100101111101011110110101000010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74B99; }

 p { color: rgb(199,75,153); }

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

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

 a { background-color: rgb(199,75,153); }

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

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

 span { border-color: rgb(199,75,153); }

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