#C1549F

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

Shades of Mulberry #C1549F

Tints of Mulberry #C1549F

Color information

#C1549F (or 0xC1549F) is unknown color: approx Mulberry. HEX triplet: C1, 54 and 9F. RGB value is (193,84,159). Sum of RGB (Red+Green+Blue) = 193+84+159=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1549F is #3EAB60. Grayscale: #7C7C7C. Windows color (decimal): -4107105 or 10441921. OLE color: 10441921.

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

Color convert

RGB19384159-
CMYK00.560.180.24
HSL318.72º46.78%54.31%-
HSV(B)318.72º56.48%75.69%-
XYZ31.4220.1835.04-
YUV125.14147.11176.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.27%
GREEN value IS 84 (33.20% from 255) = 19.27%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=44.27%
G=19.27%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938415900.560.180.24318.7246.7854.31
HexC1549F038121813f2f36
Octal30112423707022304775766
Binary1100000110101001001111101110001001011000100111111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1549F; }

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

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

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

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

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

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

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

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