#C14588

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

Shades of Mulberry #C14588

Tints of Mulberry #C14588

Color information

#C14588 (or 0xC14588) is unknown color: approx Mulberry. HEX triplet: C1, 45 and 88. RGB value is (193,69,136). Sum of RGB (Red+Green+Blue) = 193+69+136=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C14588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14588 is #3EBA77. Grayscale: #717171. Windows color (decimal): -4110968 or 8930753. OLE color: 8930753.

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

Color convert

RGB19369136-
CMYK00.640.300.24
HSL327.58º50%51.37%-
HSV(B)327.58º64.25%75.69%-
XYZ28.5617.3725.14-
YUV113.71140.58184.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.49%
GREEN value IS 69 (27.34% from 255) = 17.34%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=48.49%
G=17.34%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936913600.640.300.24327.585051.37
HexC145880401E181483233
Octal301105210010036305106263
Binary11000001100010110001000010000001111011000101001000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14588; }

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

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

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

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

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

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

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

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