#C14882

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

Shades of Mulberry #C14882

Tints of Mulberry #C14882

Color information

#C14882 (or 0xC14882) is unknown color: approx Mulberry. HEX triplet: C1, 48 and 82. RGB value is (193,72,130). Sum of RGB (Red+Green+Blue) = 193+72+130=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C14882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14882 is #3EB77D. Grayscale: #727272. Windows color (decimal): -4110206 or 8538305. OLE color: 8538305.

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

Color convert

RGB19372130-
CMYK00.630.330.24
HSL331.24º49.39%51.96%-
HSV(B)331.24º62.69%75.69%-
XYZ28.3417.5823.02-
YUV114.79136.59183.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.86%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=48.86%
G=18.23%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937213000.630.330.24331.2449.3951.96
HexC1488203F211814b3134
Octal30111020207741305136164
Binary11000001100100010000010011111110000111000101001011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14882; }

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

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

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

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

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

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

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

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