#C14E8C

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

Shades of Mulberry #C14E8C

Tints of Mulberry #C14E8C

Color information

#C14E8C (or 0xC14E8C) is unknown color: approx Mulberry. HEX triplet: C1, 4E and 8C. RGB value is (193,78,140). Sum of RGB (Red+Green+Blue) = 193+78+140=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14E8C is #3EB173. Grayscale: #777777. Windows color (decimal): -4108660 or 9195201. OLE color: 9195201.

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

Color convert

RGB19378140-
CMYK00.600.270.24
HSL327.65º48.12%53.14%-
HSV(B)327.65º59.59%75.69%-
XYZ29.4518.6826.86-
YUV119.45139.6180.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 78 (30.86% from 255) = 18.98%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=46.96%
G=18.98%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937814000.600.270.24327.6548.1253.14
HexC14E8C03C1B181483035
Octal30111621407433305106065
Binary1100000110011101000110001111001101111000101001000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E8C; }

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

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

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

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

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

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

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

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