#C14884

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

Shades of Mulberry #C14884

Tints of Mulberry #C14884

Color information

#C14884 (or 0xC14884) is unknown color: approx Mulberry. HEX triplet: C1, 48 and 84. RGB value is (193,72,132). Sum of RGB (Red+Green+Blue) = 193+72+132=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C14884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14884 is #3EB77B. Grayscale: #727272. Windows color (decimal): -4110204 or 8669377. OLE color: 8669377.

HSL color Cylindrical-coordinate representation of color #C14884: hue angle of 330.25º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14884 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19372132-
CMYK00.630.320.24
HSL330.25º49.39%51.96%-
HSV(B)330.25º62.69%75.69%-
XYZ28.4717.6423.73-
YUV115.02137.59183.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=48.61%
G=18.14%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937213200.630.320.24330.2549.3951.96
HexC1488403F201814a3134
Octal30111020407740305126164
Binary11000001100100010000100011111110000011000101001010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14884; }

 p { color: rgb(193,72,132); }

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

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

 a { background-color: rgb(193,72,132); }

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

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

 span { border-color: rgb(193,72,132); }

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