#c1429f

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

Shades of Mulberry #C1429F

Tints of Mulberry #C1429F

Color information

#C1429F (or 0xC1429F) is unknown color: approx Mulberry. HEX triplet: C1, 42 and 9F. RGB value is (193,66,159). Sum of RGB (Red+Green+Blue) = 193+66+159=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1429F is #3EBD60. Grayscale: #727272. Windows color (decimal): -4111713 or 10437313. OLE color: 10437313.

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

Color convert

RGB19366159-
CMYK00.660.180.24
HSL316.06º50.6%50.78%-
HSV(B)316.06º65.8%75.69%-
XYZ30.217.7434.63-
YUV114.58153.08183.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 66 (26.17% from 255) = 15.79%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=46.17%
G=15.79%
B=38.04%

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
Decimal1936615900.660.180.24316.0650.650.78
HexC1429F042121813c3333
Octal301102237010222304746363
Binary11000001100001010011111010000101001011000100111100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1429f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1429f; }

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

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

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

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

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

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

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

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