#C14D9F

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

Shades of Mulberry #C14D9F

Tints of Mulberry #C14D9F

Color information

#C14D9F (or 0xC14D9F) is unknown color: approx Mulberry. HEX triplet: C1, 4D and 9F. RGB value is (193,77,159). Sum of RGB (Red+Green+Blue) = 193+77+159=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D9F is #3EB260. Grayscale: #787878. Windows color (decimal): -4108897 or 10440129. OLE color: 10440129.

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

Color convert

RGB19377159-
CMYK00.600.180.24
HSL317.59º48.33%52.94%-
HSV(B)317.59º60.1%75.69%-
XYZ30.919.1534.87-
YUV121.03149.43179.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 77 (30.47% from 255) = 17.95%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=44.99%
G=17.95%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937715900.600.180.24317.5948.3352.94
HexC14D9F03C121813e3035
Octal30111523707422304766065
Binary1100000110011011001111101111001001011000100111110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D9F; }

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

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

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

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

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

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

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

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