#C74E8E

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

Shades of Mulberry #C74E8E

Tints of Mulberry #C74E8E

Color information

#C74E8E (or 0xC74E8E) is unknown color: approx Mulberry. HEX triplet: C7, 4E and 8E. RGB value is (199,78,142). Sum of RGB (Red+Green+Blue) = 199+78+142=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74E8E is #38B171. Grayscale: #797979. Windows color (decimal): -3715442 or 9326279. OLE color: 9326279.

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

Color convert

RGB19978142-
CMYK00.610.290.22
HSL328.26º51.93%54.31%-
HSV(B)328.26º60.8%78.04%-
XYZ31.1619.5427.72-
YUV121.48139.59183.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.49%
GREEN value IS 78 (30.86% from 255) = 18.62%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=47.49%
G=18.62%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997814200.610.290.22328.2651.9354.31
HexC74E8E03D1D161483436
Octal30711621607535265106466
Binary1100011110011101000111001111011110110110101001000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74E8E; }

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

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

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

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

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

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

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

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