#C14E88

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

Shades of Mulberry #C14E88

Tints of Mulberry #C14E88

Color information

#C14E88 (or 0xC14E88) is unknown color: approx Mulberry. HEX triplet: C1, 4E and 88. RGB value is (193,78,136). Sum of RGB (Red+Green+Blue) = 193+78+136=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14E88 is #3EB177. Grayscale: #767676. Windows color (decimal): -4108664 or 8933057. OLE color: 8933057.

HSL color Cylindrical-coordinate representation of color #C14E88: hue angle of 329.74º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14E88 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB19378136-
CMYK00.600.300.24
HSL329.74º48.12%53.14%-
HSV(B)329.74º59.59%75.69%-
XYZ29.1618.5625.34-
YUV119137.6180.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 78 (30.86% from 255) = 19.16%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=47.42%
G=19.16%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937813600.600.300.24329.7448.1253.14
HexC14E8803C1E1814a3035
Octal30111621007436305126065
Binary1100000110011101000100001111001111011000101001010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E88; }

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

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

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

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

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

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

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

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