#C1418A

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

Shades of Mulberry #C1418A

Tints of Mulberry #C1418A

Color information

#C1418A (or 0xC1418A) is unknown color: approx Mulberry. HEX triplet: C1, 41 and 8A. RGB value is (193,65,138). Sum of RGB (Red+Green+Blue) = 193+65+138=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C1418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1418A is #3EBE75. Grayscale: #6F6F6F. Windows color (decimal): -4111990 or 9060801. OLE color: 9060801.

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

Color convert

RGB19365138-
CMYK00.660.280.24
HSL325.78º50.79%50.59%-
HSV(B)325.78º66.32%75.69%-
XYZ28.4716.9525.82-
YUV111.59142.91186.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.74%
GREEN value IS 65 (25.78% from 255) = 16.41%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=48.74%
G=16.41%
B=34.85%

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
Decimal1936513800.660.280.24325.7850.7950.59
HexC1418A0421C181463333
Octal301101212010234305066363
Binary11000001100000110001010010000101110011000101000110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1418A; }

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

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

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

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

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

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

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

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