#C14D99

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

Shades of Mulberry #C14D99

Tints of Mulberry #C14D99

Color information

#C14D99 (or 0xC14D99) is unknown color: approx Mulberry. HEX triplet: C1, 4D and 99. RGB value is (193,77,153). Sum of RGB (Red+Green+Blue) = 193+77+153=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D99 is #3EB266. Grayscale: #787878. Windows color (decimal): -4108903 or 10046913. OLE color: 10046913.

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

Color convert

RGB19377153-
CMYK00.600.210.24
HSL320.69º48.33%52.94%-
HSV(B)320.69º60.1%75.69%-
XYZ30.418.9532.19-
YUV120.35146.43179.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 77 (30.47% from 255) = 18.20%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=45.63%
G=18.20%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937715300.600.210.24320.6948.3352.94
HexC14D9903C15181413035
Octal30111523107425305016065
Binary1100000110011011001100101111001010111000101000001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D99; }

 p { color: rgb(193,77,153); }

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

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

 a { background-color: rgb(193,77,153); }

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

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

 span { border-color: rgb(193,77,153); }

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