#C14E8A

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

Shades of Mulberry #C14E8A

Tints of Mulberry #C14E8A

Color information

#C14E8A (or 0xC14E8A) is unknown color: approx Mulberry. HEX triplet: C1, 4E and 8A. RGB value is (193,78,138). Sum of RGB (Red+Green+Blue) = 193+78+138=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14E8A is #3EB175. Grayscale: #777777. Windows color (decimal): -4108662 or 9064129. OLE color: 9064129.

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

Color convert

RGB19378138-
CMYK00.600.280.24
HSL328.7º48.12%53.14%-
HSV(B)328.7º59.59%75.69%-
XYZ29.318.6226.09-
YUV119.22138.6180.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.19%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=47.19%
G=19.07%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937813800.600.280.24328.748.1253.14
HexC14E8A03C1C181493035
Octal30111621207434305116065
Binary1100000110011101000101001111001110011000101001001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E8A; }

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

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

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

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

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

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

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

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