#c74c90

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

Shades of Mulberry #C74C90

Tints of Mulberry #C74C90

Color information

#C74C90 (or 0xC74C90) is unknown color: approx Mulberry. HEX triplet: C7, 4C and 90. RGB value is (199,76,144). Sum of RGB (Red+Green+Blue) = 199+76+144=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74C90 is #38B36F. Grayscale: #787878. Windows color (decimal): -3715952 or 9456839. OLE color: 9456839.

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

Color convert

RGB19976144-
CMYK00.620.280.22
HSL326.83º52.34%53.92%-
HSV(B)326.83º61.81%78.04%-
XYZ31.1719.3228.47-
YUV120.53141.25183.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.49%
GREEN value IS 76 (30.08% from 255) = 18.14%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=47.49%
G=18.14%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997614400.620.280.22326.8352.3453.92
HexC74C9003E1C161473436
Octal30711422007634265076466
Binary1100011110011001001000001111101110010110101000111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c74c90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c74c90; }

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

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

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

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

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

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

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

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