#C14D88

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

Shades of Mulberry #C14D88

Tints of Mulberry #C14D88

Color information

#C14D88 (or 0xC14D88) is unknown color: approx Mulberry. HEX triplet: C1, 4D and 88. RGB value is (193,77,136). Sum of RGB (Red+Green+Blue) = 193+77+136=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D88 is #3EB277. Grayscale: #767676. Windows color (decimal): -4108920 or 8932801. OLE color: 8932801.

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

Color convert

RGB19377136-
CMYK00.600.300.24
HSL329.48º48.33%52.94%-
HSV(B)329.48º60.1%75.69%-
XYZ29.0918.4225.32-
YUV118.41137.93181.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.54%
GREEN value IS 77 (30.47% from 255) = 18.97%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=47.54%
G=18.97%
B=33.50%

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
Decimal1937713600.600.300.24329.4848.3352.94
HexC14D8803C1E181493035
Octal30111521007436305116065
Binary1100000110011011000100001111001111011000101001001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D88; }

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

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

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

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

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

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

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

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