#C34E9B

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

Shades of Mulberry #C34E9B

Tints of Mulberry #C34E9B

Color information

#C34E9B (or 0xC34E9B) is unknown color: approx Mulberry. HEX triplet: C3, 4E and 9B. RGB value is (195,78,155). Sum of RGB (Red+Green+Blue) = 195+78+155=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E9B is #3CB164. Grayscale: #797979. Windows color (decimal): -3977573 or 10178243. OLE color: 10178243.

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

Color convert

RGB19578155-
CMYK00.60.210.24
HSL320.51º49.37%53.53%-
HSV(B)320.51º60%76.47%-
XYZ31.1519.4233.12-
YUV121.76146.76180.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 78 (30.86% from 255) = 18.22%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=45.56%
G=18.22%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957815500.60.210.24320.5149.3753.53
HexC34E9B03C15181413136
Octal30311623307425305016166
Binary1100001110011101001101101111001010111000101000001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E9B; }

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

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

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

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

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

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

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

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