#C14E80

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

Shades of Mulberry #C14E80

Tints of Mulberry #C14E80

Color information

#C14E80 (or 0xC14E80) is unknown color: approx Mulberry. HEX triplet: C1, 4E and 80. RGB value is (193,78,128). Sum of RGB (Red+Green+Blue) = 193+78+128=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14E80 is #3EB17F. Grayscale: #757575. Windows color (decimal): -4108672 or 8408769. OLE color: 8408769.

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

Color convert

RGB19378128-
CMYK00.600.340.24
HSL333.91º48.12%53.14%-
HSV(B)333.91º59.59%75.69%-
XYZ28.6118.3422.45-
YUV118.08133.6181.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 78 (30.86% from 255) = 19.55%
BLUE value IS 128 (50.39% from 255) = 32.08%
R=48.37%
G=19.55%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937812800.600.340.24333.9148.1253.14
HexC14E8003C221814e3035
Octal30111620007442305166065
Binary11000001100111010000000011110010001011000101001110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E80; }

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

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

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

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

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

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

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

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