#C74C85

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

Shades of Mulberry #C74C85

Tints of Mulberry #C74C85

Color information

#C74C85 (or 0xC74C85) is unknown color: approx Mulberry. HEX triplet: C7, 4C and 85. RGB value is (199,76,133). Sum of RGB (Red+Green+Blue) = 199+76+133=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74C85 is #38B37A. Grayscale: #777777. Windows color (decimal): -3715963 or 8735943. OLE color: 8735943.

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

Color convert

RGB19976133-
CMYK00.620.330.22
HSL332.2º52.34%53.92%-
HSV(B)332.2º61.81%78.04%-
XYZ30.371924.26-
YUV119.28135.75184.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.77%
GREEN value IS 76 (30.08% from 255) = 18.63%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=48.77%
G=18.63%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997613300.620.330.22332.252.3453.92
HexC74C8503E211614c3436
Octal30711420507641265146466
Binary11000111100110010000101011111010000110110101001100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74C85; }

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

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

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

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

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

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

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

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