#C74C8E

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

Shades of Mulberry #C74C8E

Tints of Mulberry #C74C8E

Color information

#C74C8E (or 0xC74C8E) is unknown color: approx Mulberry. HEX triplet: C7, 4C and 8E. RGB value is (199,76,142). Sum of RGB (Red+Green+Blue) = 199+76+142=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74C8E is #38B371. Grayscale: #787878. Windows color (decimal): -3715954 or 9325767. OLE color: 9325767.

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

Color convert

RGB19976142-
CMYK00.620.290.22
HSL327.8º52.34%53.92%-
HSV(B)327.8º61.81%78.04%-
XYZ31.0219.2627.67-
YUV120.3140.25184.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.72%
GREEN value IS 76 (30.08% from 255) = 18.23%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=47.72%
G=18.23%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997614200.620.290.22327.852.3453.92
HexC74C8E03E1D161483436
Octal30711421607635265106466
Binary1100011110011001000111001111101110110110101001000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74C8E; }

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

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

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

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

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

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

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

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