#C14589

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

Shades of Mulberry #C14589

Tints of Mulberry #C14589

Color information

#C14589 (or 0xC14589) is unknown color: approx Mulberry. HEX triplet: C1, 45 and 89. RGB value is (193,69,137). Sum of RGB (Red+Green+Blue) = 193+69+137=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C14589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14589 is #3EBA76. Grayscale: #717171. Windows color (decimal): -4110967 or 8996289. OLE color: 8996289.

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

Color convert

RGB19369137-
CMYK00.640.290.24
HSL327.1º50%51.37%-
HSV(B)327.1º64.25%75.69%-
XYZ28.6417.425.52-
YUV113.83141.08184.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=48.37%
G=17.29%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936913700.640.290.24327.15051.37
HexC145890401D181473233
Octal301105211010035305076263
Binary11000001100010110001001010000001110111000101000111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14589; }

 p { color: rgb(193,69,137); }

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

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

 a { background-color: rgb(193,69,137); }

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

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

 span { border-color: rgb(193,69,137); }

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