#C74497

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

Shades of Mulberry #C74497

Tints of Mulberry #C74497

Color information

#C74497 (or 0xC74497) is unknown color: approx Mulberry. HEX triplet: C7, 44 and 97. RGB value is (199,68,151). Sum of RGB (Red+Green+Blue) = 199+68+151=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C74497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74497 is #38BB68. Grayscale: #747474. Windows color (decimal): -3717993 or 9913543. OLE color: 9913543.

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

Color convert

RGB19968151-
CMYK00.660.240.22
HSL321.98º53.91%52.35%-
HSV(B)321.98º65.83%78.04%-
XYZ31.2118.5131.21-
YUV116.63147.4186.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.61%
GREEN value IS 68 (26.95% from 255) = 16.27%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=47.61%
G=16.27%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996815100.660.240.22321.9853.9152.35
HexC7449704218161423634
Octal307104227010230265026664
Binary11000111100010010010111010000101100010110101000010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74497; }

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

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

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

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

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

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

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

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