#C24996

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

Shades of Mulberry #C24996

Tints of Mulberry #C24996

Color information

#C24996 (or 0xC24996) is unknown color: approx Mulberry. HEX triplet: C2, 49 and 96. RGB value is (194,73,150). Sum of RGB (Red+Green+Blue) = 194+73+150=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C24996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24996 is #3DB669. Grayscale: #757575. Windows color (decimal): -4044394 or 9849282. OLE color: 9849282.

HSL color Cylindrical-coordinate representation of color #C24996: hue angle of 321.82º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24996 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB19473150-
CMYK00.620.230.24
HSL321.82º49.79%52.35%-
HSV(B)321.82º62.37%76.08%-
XYZ30.1418.4430.82-
YUV117.96146.09182.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.52%
GREEN value IS 73 (28.91% from 255) = 17.51%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=46.52%
G=17.51%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947315000.620.230.24321.8249.7952.35
HexC2499603E17181423234
Octal30211122607627305026264
Binary1100001010010011001011001111101011111000101000010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24996; }

 p { color: rgb(194,73,150); }

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

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

 a { background-color: rgb(194,73,150); }

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

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

 span { border-color: rgb(194,73,150); }

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