#C1409F

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

Shades of Mulberry #C1409F

Tints of Mulberry #C1409F

Color information

#C1409F (or 0xC1409F) is unknown color: approx Mulberry. HEX triplet: C1, 40 and 9F. RGB value is (193,64,159). Sum of RGB (Red+Green+Blue) = 193+64+159=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1409F is #3EBF60. Grayscale: #717171. Windows color (decimal): -4112225 or 10436801. OLE color: 10436801.

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

Color convert

RGB19364159-
CMYK00.670.180.24
HSL315.81º50.99%50.39%-
HSV(B)315.81º66.84%75.69%-
XYZ30.0817.5134.59-
YUV113.4153.74184.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.39%
GREEN value IS 64 (25.39% from 255) = 15.38%
BLUE value IS 159 (62.5% from 255) = 38.22%
R=46.39%
G=15.38%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936415900.670.180.24315.8150.9950.39
HexC1409F043121813c3332
Octal301100237010322304746362
Binary11000001100000010011111010000111001011000100111100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1409F; }

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

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

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

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

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

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

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

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