#C14E90

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

Shades of Mulberry #C14E90

Tints of Mulberry #C14E90

Color information

#C14E90 (or 0xC14E90) is unknown color: approx Mulberry. HEX triplet: C1, 4E and 90. RGB value is (193,78,144). Sum of RGB (Red+Green+Blue) = 193+78+144=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14E90 is #3EB16F. Grayscale: #777777. Windows color (decimal): -4108656 or 9457345. OLE color: 9457345.

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

Color convert

RGB19378144-
CMYK00.600.250.24
HSL325.57º48.12%53.14%-
HSV(B)325.57º59.59%75.69%-
XYZ29.7518.828.45-
YUV119.91141.6180.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 78 (30.86% from 255) = 18.80%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=46.51%
G=18.80%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937814400.600.250.24325.5748.1253.14
HexC14E9003C19181463035
Octal30111622007431305066065
Binary1100000110011101001000001111001100111000101000110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E90; }

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

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

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

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

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

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

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

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