#C1409E

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

Shades of Mulberry #C1409E

Tints of Mulberry #C1409E

Color information

#C1409E (or 0xC1409E) is unknown color: approx Mulberry. HEX triplet: C1, 40 and 9E. RGB value is (193,64,158). Sum of RGB (Red+Green+Blue) = 193+64+158=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C1409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1409E is #3EBF61. Grayscale: #717171. Windows color (decimal): -4112226 or 10371265. OLE color: 10371265.

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

Color convert

RGB19364158-
CMYK00.670.180.24
HSL316.28º50.99%50.39%-
HSV(B)316.28º66.84%75.69%-
XYZ3017.4734.14-
YUV113.29153.24184.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 64 (25.39% from 255) = 15.42%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=46.51%
G=15.42%
B=38.07%

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
Decimal1936415800.670.180.24316.2850.9950.39
HexC1409E043121813c3332
Octal301100236010322304746362
Binary11000001100000010011110010000111001011000100111100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1409E; }

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

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

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

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

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

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

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

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