#C74E7F

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

Shades of Mulberry #C74E7F

Tints of Mulberry #C74E7F

Color information

#C74E7F (or 0xC74E7F) is unknown color: approx Mulberry. HEX triplet: C7, 4E and 7F. RGB value is (199,78,127). Sum of RGB (Red+Green+Blue) = 199+78+127=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74E7F is #38B180. Grayscale: #777777. Windows color (decimal): -3715457 or 8343239. OLE color: 8343239.

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

Color convert

RGB19978127-
CMYK00.610.360.22
HSL335.7º51.93%54.31%-
HSV(B)335.7º60.8%78.04%-
XYZ30.1119.1222.18-
YUV119.76132.09184.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.26%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 127 (50% from 255) = 31.44%
R=49.26%
G=19.31%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997812700.610.360.22335.751.9354.31
HexC74E7F03D24161503436
Octal30711617707544265206466
Binary1100011110011101111111011110110010010110101010000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74E7F; }

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

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

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

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

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

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

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

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