#C1418F

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

Shades of Mulberry #C1418F

Tints of Mulberry #C1418F

Color information

#C1418F (or 0xC1418F) is unknown color: approx Mulberry. HEX triplet: C1, 41 and 8F. RGB value is (193,65,143). Sum of RGB (Red+Green+Blue) = 193+65+143=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1418F is #3EBE70. Grayscale: #6F6F6F. Windows color (decimal): -4111985 or 9388481. OLE color: 9388481.

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

Color convert

RGB19365143-
CMYK00.660.260.24
HSL323.44º50.79%50.59%-
HSV(B)323.44º66.32%75.69%-
XYZ28.8417.127.77-
YUV112.16145.41185.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.13%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=48.13%
G=16.21%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936514300.660.260.24323.4450.7950.59
HexC1418F0421A181433333
Octal301101217010232305036363
Binary11000001100000110001111010000101101011000101000011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1418F; }

 p { color: rgb(193,65,143); }

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

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

 a { background-color: rgb(193,65,143); }

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

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

 span { border-color: rgb(193,65,143); }

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