#C24C86

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

Shades of Mulberry #C24C86

Tints of Mulberry #C24C86

Color information

#C24C86 (or 0xC24C86) is unknown color: approx Mulberry. HEX triplet: C2, 4C and 86. RGB value is (194,76,134). Sum of RGB (Red+Green+Blue) = 194+76+134=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24C86 is #3DB379. Grayscale: #757575. Windows color (decimal): -4043642 or 8801474. OLE color: 8801474.

HSL color Cylindrical-coordinate representation of color #C24C86: hue angle of 330.51º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24C86 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB19476134-
CMYK00.610.310.24
HSL330.51º49.17%52.94%-
HSV(B)330.51º60.82%76.08%-
XYZ29.1418.3624.56-
YUV117.89137.09182.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.02%
GREEN value IS 76 (30.08% from 255) = 18.81%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=48.02%
G=18.81%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947613400.610.310.24330.5149.1752.94
HexC24C8603D1F1814b3135
Octal30211420607537305136165
Binary1100001010011001000011001111011111111000101001011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24C86; }

 p { color: rgb(194,76,134); }

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

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

 a { background-color: rgb(194,76,134); }

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

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

 span { border-color: rgb(194,76,134); }

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