#C14489

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

Shades of Mulberry #C14489

Tints of Mulberry #C14489

Color information

#C14489 (or 0xC14489) is unknown color: approx Mulberry. HEX triplet: C1, 44 and 89. RGB value is (193,68,137). Sum of RGB (Red+Green+Blue) = 193+68+137=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C14489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14489 is #3EBB76. Grayscale: #717171. Windows color (decimal): -4111223 or 8996033. OLE color: 8996033.

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

Color convert

RGB19368137-
CMYK00.650.290.24
HSL326.88º50.2%51.18%-
HSV(B)326.88º64.77%75.69%-
XYZ28.5717.2825.5-
YUV113.24141.41184.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.49%
GREEN value IS 68 (26.95% from 255) = 17.09%
BLUE value IS 137 (53.91% from 255) = 34.42%
R=48.49%
G=17.09%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936813700.650.290.24326.8850.251.18
HexC144890411D181473233
Octal301104211010135305076263
Binary11000001100010010001001010000011110111000101000111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14489; }

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

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

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

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

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

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

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

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