#C74985

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

Shades of Mulberry #C74985

Tints of Mulberry #C74985

Color information

#C74985 (or 0xC74985) is unknown color: approx Mulberry. HEX triplet: C7, 49 and 85. RGB value is (199,73,133). Sum of RGB (Red+Green+Blue) = 199+73+133=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C74985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74985 is #38B67A. Grayscale: #757575. Windows color (decimal): -3716731 or 8735175. OLE color: 8735175.

HSL color Cylindrical-coordinate representation of color #C74985: hue angle of 331.43º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74985 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB19973133-
CMYK00.630.330.22
HSL331.43º52.94%53.33%-
HSV(B)331.43º63.32%78.04%-
XYZ30.1718.624.19-
YUV117.51136.74186.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 133 (52.34% from 255) = 32.84%
R=49.14%
G=18.02%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997313300.630.330.22331.4352.9453.33
HexC7498503F211614b3535
Octal30711120507741265136565
Binary11000111100100110000101011111110000110110101001011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74985; }

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

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

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

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

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

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

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

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