#C74E94

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

Shades of Mulberry #C74E94

Tints of Mulberry #C74E94

Color information

#C74E94 (or 0xC74E94) is unknown color: approx Mulberry. HEX triplet: C7, 4E and 94. RGB value is (199,78,148). Sum of RGB (Red+Green+Blue) = 199+78+148=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74E94 is #38B16B. Grayscale: #7A7A7A. Windows color (decimal): -3715436 or 9719495. OLE color: 9719495.

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

Color convert

RGB19978148-
CMYK00.610.260.22
HSL325.29º51.93%54.31%-
HSV(B)325.29º60.8%78.04%-
XYZ31.6219.7330.16-
YUV122.16142.59182.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.82%
GREEN value IS 78 (30.86% from 255) = 18.35%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=46.82%
G=18.35%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997814800.610.260.22325.2951.9354.31
HexC74E9403D1A161453436
Octal30711622407532265056466
Binary1100011110011101001010001111011101010110101000101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74E94; }

 p { color: rgb(199,78,148); }

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

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

 a { background-color: rgb(199,78,148); }

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

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

 span { border-color: rgb(199,78,148); }

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