#C14599

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

Shades of Mulberry #C14599

Tints of Mulberry #C14599

Color information

#C14599 (or 0xC14599) is unknown color: approx Mulberry. HEX triplet: C1, 45 and 99. RGB value is (193,69,153). Sum of RGB (Red+Green+Blue) = 193+69+153=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C14599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14599 is #3EBA66. Grayscale: #737373. Windows color (decimal): -4110951 or 10044865. OLE color: 10044865.

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

Color convert

RGB19369153-
CMYK00.640.210.24
HSL319.35º50%51.37%-
HSV(B)319.35º64.25%75.69%-
XYZ29.8717.8932.02-
YUV115.65149.08183.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 69 (27.34% from 255) = 16.63%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=46.51%
G=16.63%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936915300.640.210.24319.355051.37
HexC14599040151813f3233
Octal301105231010025304776263
Binary11000001100010110011001010000001010111000100111111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14599; }

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

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

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

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

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

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

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

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