#C14580

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

Shades of Mulberry #C14580

Tints of Mulberry #C14580

Color information

#C14580 (or 0xC14580) is unknown color: approx Mulberry. HEX triplet: C1, 45 and 80. RGB value is (193,69,128). Sum of RGB (Red+Green+Blue) = 193+69+128=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C14580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14580 is #3EBA7F. Grayscale: #707070. Windows color (decimal): -4110976 or 8406465. OLE color: 8406465.

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

Color convert

RGB19369128-
CMYK00.640.340.24
HSL331.45º50%51.37%-
HSV(B)331.45º64.25%75.69%-
XYZ28.0217.1522.26-
YUV112.8136.58185.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.49%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=49.49%
G=17.69%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936912800.640.340.24331.455051.37
HexC14580040221814b3233
Octal301105200010042305136263
Binary110000011000101100000000100000010001011000101001011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14580; }

 p { color: rgb(193,69,128); }

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

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

 a { background-color: rgb(193,69,128); }

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

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

 span { border-color: rgb(193,69,128); }

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