#C1489F

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

Shades of Mulberry #C1489F

Tints of Mulberry #C1489F

Color information

#C1489F (or 0xC1489F) is unknown color: approx Mulberry. HEX triplet: C1, 48 and 9F. RGB value is (193,72,159). Sum of RGB (Red+Green+Blue) = 193+72+159=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1489F is #3EB760. Grayscale: #757575. Windows color (decimal): -4110177 or 10438849. OLE color: 10438849.

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

Color convert

RGB19372159-
CMYK00.630.180.24
HSL316.86º49.39%51.96%-
HSV(B)316.86º62.69%75.69%-
XYZ30.5718.4834.76-
YUV118.1151.09181.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 72 (28.52% from 255) = 16.98%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=45.52%
G=16.98%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937215900.630.180.24316.8649.3951.96
HexC1489F03F121813d3134
Octal30111023707722304756164
Binary1100000110010001001111101111111001011000100111101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1489F; }

 p { color: rgb(193,72,159); }

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

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

 a { background-color: rgb(193,72,159); }

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

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

 span { border-color: rgb(193,72,159); }

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