#C34E91

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

Shades of Mulberry #C34E91

Tints of Mulberry #C34E91

Color information

#C34E91 (or 0xC34E91) is unknown color: approx Mulberry. HEX triplet: C3, 4E and 91. RGB value is (195,78,145). Sum of RGB (Red+Green+Blue) = 195+78+145=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E91 is #3CB16E. Grayscale: #787878. Windows color (decimal): -3977583 or 9522883. OLE color: 9522883.

HSL color Cylindrical-coordinate representation of color #C34E91: hue angle of 325.64º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34E91 is Cyan = 0, Magento = 0.6, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB19578145-
CMYK00.60.260.24
HSL325.64º49.37%53.53%-
HSV(B)325.64º60%76.47%-
XYZ30.3419.128.87-
YUV120.62141.76181.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.65%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=46.65%
G=18.66%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957814500.60.260.24325.6449.3753.53
HexC34E9103C1A181463136
Octal30311622107432305066166
Binary1100001110011101001000101111001101011000101000110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E91; }

 p { color: rgb(195,78,145); }

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

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

 a { background-color: rgb(195,78,145); }

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

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

 span { border-color: rgb(195,78,145); }

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