#C1429E

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

Shades of Mulberry #C1429E

Tints of Mulberry #C1429E

Color information

#C1429E (or 0xC1429E) is unknown color: approx Mulberry. HEX triplet: C1, 42 and 9E. RGB value is (193,66,158). Sum of RGB (Red+Green+Blue) = 193+66+158=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1429E is #3EBD61. Grayscale: #727272. Windows color (decimal): -4111714 or 10371777. OLE color: 10371777.

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

Color convert

RGB19366158-
CMYK00.660.180.24
HSL316.54º50.6%50.78%-
HSV(B)316.54º65.8%75.69%-
XYZ30.1117.734.18-
YUV114.46152.58184.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=46.28%
G=15.83%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936615800.660.180.24316.5450.650.78
HexC1429E042121813d3333
Octal301102236010222304756363
Binary11000001100001010011110010000101001011000100111101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1429E; }

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

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

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

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

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

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

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

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