#C14D9E

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

Shades of Mulberry #C14D9E

Tints of Mulberry #C14D9E

Color information

#C14D9E (or 0xC14D9E) is unknown color: approx Mulberry. HEX triplet: C1, 4D and 9E. RGB value is (193,77,158). Sum of RGB (Red+Green+Blue) = 193+77+158=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D9E is #3EB261. Grayscale: #787878. Windows color (decimal): -4108898 or 10374593. OLE color: 10374593.

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

Color convert

RGB19377158-
CMYK00.600.180.24
HSL318.1º48.33%52.94%-
HSV(B)318.1º60.1%75.69%-
XYZ30.8219.1134.41-
YUV120.92148.93179.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.09%
GREEN value IS 77 (30.47% from 255) = 17.99%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=45.09%
G=17.99%
B=36.92%

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
Decimal1937715800.600.180.24318.148.3352.94
HexC14D9E03C121813e3035
Octal30111523607422304766065
Binary1100000110011011001111001111001001011000100111110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D9E; }

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

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

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

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

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

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

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

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