#C34E7F

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

Shades of Mulberry #C34E7F

Tints of Mulberry #C34E7F

Color information

#C34E7F (or 0xC34E7F) is unknown color: approx Mulberry. HEX triplet: C3, 4E and 7F. RGB value is (195,78,127). Sum of RGB (Red+Green+Blue) = 195+78+127=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E7F is #3CB180. Grayscale: #767676. Windows color (decimal): -3977601 or 8343235. OLE color: 8343235.

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

Color convert

RGB19578127-
CMYK00.60.350.24
HSL334.87º49.37%53.53%-
HSV(B)334.87º60%76.47%-
XYZ29.0618.5822.13-
YUV118.57132.76182.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.75%
GREEN value IS 78 (30.86% from 255) = 19.5%
BLUE value IS 127 (50% from 255) = 31.75%
R=48.75%
G=19.5%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957812700.60.350.24334.8749.3753.53
HexC34E7F03C231814f3136
Octal30311617707443305176166
Binary1100001110011101111111011110010001111000101001111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E7F; }

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

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

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

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

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

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

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

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