#C14E81

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

Shades of Mulberry #C14E81

Tints of Mulberry #C14E81

Color information

#C14E81 (or 0xC14E81) is unknown color: approx Mulberry. HEX triplet: C1, 4E and 81. RGB value is (193,78,129). Sum of RGB (Red+Green+Blue) = 193+78+129=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14E81 is #3EB17E. Grayscale: #767676. Windows color (decimal): -4108671 or 8474305. OLE color: 8474305.

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

Color convert

RGB19378129-
CMYK00.600.330.24
HSL333.39º48.12%53.14%-
HSV(B)333.39º59.59%75.69%-
XYZ28.6818.3722.8-
YUV118.2134.1181.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.25%
GREEN value IS 78 (30.86% from 255) = 19.5%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=48.25%
G=19.5%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937812900.600.330.24333.3948.1253.14
HexC14E8103C211814d3035
Octal30111620107441305156065
Binary11000001100111010000001011110010000111000101001101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E81; }

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

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

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

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

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

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

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

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