#C14D8A

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

Shades of Mulberry #C14D8A

Tints of Mulberry #C14D8A

Color information

#C14D8A (or 0xC14D8A) is unknown color: approx Mulberry. HEX triplet: C1, 4D and 8A. RGB value is (193,77,138). Sum of RGB (Red+Green+Blue) = 193+77+138=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D8A is #3EB275. Grayscale: #767676. Windows color (decimal): -4108918 or 9063873. OLE color: 9063873.

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

Color convert

RGB19377138-
CMYK00.600.280.24
HSL328.45º48.33%52.94%-
HSV(B)328.45º60.1%75.69%-
XYZ29.2318.4826.07-
YUV118.64138.93181.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.30%
GREEN value IS 77 (30.47% from 255) = 18.87%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=47.30%
G=18.87%
B=33.82%

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
Decimal1937713800.600.280.24328.4548.3352.94
HexC14D8A03C1C181483035
Octal30111521207434305106065
Binary1100000110011011000101001111001110011000101001000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D8A; }

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

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

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

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

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

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

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

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