#C14D8C

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

Shades of Mulberry #C14D8C

Tints of Mulberry #C14D8C

Color information

#C14D8C (or 0xC14D8C) is unknown color: approx Mulberry. HEX triplet: C1, 4D and 8C. RGB value is (193,77,140). Sum of RGB (Red+Green+Blue) = 193+77+140=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D8C is #3EB273. Grayscale: #767676. Windows color (decimal): -4108916 or 9194945. OLE color: 9194945.

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

Color convert

RGB19377140-
CMYK00.600.270.24
HSL327.41º48.33%52.94%-
HSV(B)327.41º60.1%75.69%-
XYZ29.3818.5426.84-
YUV118.87139.93180.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.07%
GREEN value IS 77 (30.47% from 255) = 18.78%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=47.07%
G=18.78%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937714000.600.270.24327.4148.3352.94
HexC14D8C03C1B181473035
Octal30111521407433305076065
Binary1100000110011011000110001111001101111000101000111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D8C; }

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

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

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

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

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

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

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

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