#C2499C

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

Shades of Mulberry #C2499C

Tints of Mulberry #C2499C

Color information

#C2499C (or 0xC2499C) is unknown color: approx Mulberry. HEX triplet: C2, 49 and 9C. RGB value is (194,73,156). Sum of RGB (Red+Green+Blue) = 194+73+156=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2499C is #3DB663. Grayscale: #767676. Windows color (decimal): -4044388 or 10242498. OLE color: 10242498.

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

Color convert

RGB19473156-
CMYK00.620.200.24
HSL318.84º49.79%52.35%-
HSV(B)318.84º62.37%76.08%-
XYZ30.6318.6333.43-
YUV118.64149.09181.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 73 (28.91% from 255) = 17.26%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=45.86%
G=17.26%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947315600.620.200.24318.8449.7952.35
HexC2499C03E141813f3234
Octal30211123407624304776264
Binary1100001010010011001110001111101010011000100111111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2499C; }

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

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

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

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

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

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

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

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