#C1418B

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

Shades of Mulberry #C1418B

Tints of Mulberry #C1418B

Color information

#C1418B (or 0xC1418B) is unknown color: approx Mulberry. HEX triplet: C1, 41 and 8B. RGB value is (193,65,139). Sum of RGB (Red+Green+Blue) = 193+65+139=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1418B is #3EBE74. Grayscale: #6F6F6F. Windows color (decimal): -4111989 or 9126337. OLE color: 9126337.

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

Color convert

RGB19365139-
CMYK00.660.280.24
HSL325.31º50.79%50.59%-
HSV(B)325.31º66.32%75.69%-
XYZ28.5416.9826.2-
YUV111.71143.41185.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=48.61%
G=16.37%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936513900.660.280.24325.3150.7950.59
HexC1418B0421C181453333
Octal301101213010234305056363
Binary11000001100000110001011010000101110011000101000101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1418B; }

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

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

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

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

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

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

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

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