#c14485

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

Shades of Mulberry #C14485

Tints of Mulberry #C14485

Color information

#C14485 (or 0xC14485) is unknown color: approx Mulberry. HEX triplet: C1, 44 and 85. RGB value is (193,68,133). Sum of RGB (Red+Green+Blue) = 193+68+133=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C14485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14485 is #3EBB7A. Grayscale: #707070. Windows color (decimal): -4111227 or 8733889. OLE color: 8733889.

HSL color Cylindrical-coordinate representation of color #C14485: hue angle of 328.8º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14485 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB19368133-
CMYK00.650.310.24
HSL328.8º50.2%51.18%-
HSV(B)328.8º64.77%75.69%-
XYZ28.2917.1724.01-
YUV112.78139.41185.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.98%
GREEN value IS 68 (26.95% from 255) = 17.26%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=48.98%
G=17.26%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936813300.650.310.24328.850.251.18
HexC144850411F181493233
Octal301104205010137305116263
Binary11000001100010010000101010000011111111000101001001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c14485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c14485; }

 p { color: rgb(193,68,133); }

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

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

 a { background-color: rgb(193,68,133); }

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

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

 span { border-color: rgb(193,68,133); }

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