#C1449F

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

Shades of Mulberry #C1449F

Tints of Mulberry #C1449F

Color information

#C1449F (or 0xC1449F) is unknown color: approx Mulberry. HEX triplet: C1, 44 and 9F. RGB value is (193,68,159). Sum of RGB (Red+Green+Blue) = 193+68+159=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1449F is #3EBB60. Grayscale: #737373. Windows color (decimal): -4111201 or 10437825. OLE color: 10437825.

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

Color convert

RGB19368159-
CMYK00.650.180.24
HSL316.32º50.2%51.18%-
HSV(B)316.32º64.77%75.69%-
XYZ30.3217.9734.67-
YUV115.75152.41183.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 68 (26.95% from 255) = 16.19%
BLUE value IS 159 (62.5% from 255) = 37.86%
R=45.95%
G=16.19%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936815900.650.180.24316.3250.251.18
HexC1449F041121813c3233
Octal301104237010122304746263
Binary11000001100010010011111010000011001011000100111100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1449F; }

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

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

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

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

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

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

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

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