#C2499D

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

Shades of Mulberry #C2499D

Tints of Mulberry #C2499D

Color information

#C2499D (or 0xC2499D) is unknown color: approx Mulberry. HEX triplet: C2, 49 and 9D. RGB value is (194,73,157). Sum of RGB (Red+Green+Blue) = 194+73+157=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2499D is #3DB662. Grayscale: #767676. Windows color (decimal): -4044387 or 10308034. OLE color: 10308034.

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

Color convert

RGB19473157-
CMYK00.620.190.24
HSL318.35º49.79%52.35%-
HSV(B)318.35º62.37%76.08%-
XYZ30.7218.6733.88-
YUV118.76149.59181.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 73 (28.91% from 255) = 17.22%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=45.75%
G=17.22%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947315700.620.190.24318.3549.7952.35
HexC2499D03E131813e3234
Octal30211123507623304766264
Binary1100001010010011001110101111101001111000100111110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2499D; }

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

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

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

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

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

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

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

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