#c34c7e

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

Shades of Mulberry #C34C7E

Tints of Mulberry #C34C7E

Color information

#C34C7E (or 0xC34C7E) is unknown color: approx Mulberry. HEX triplet: C3, 4C and 7E. RGB value is (195,76,126). Sum of RGB (Red+Green+Blue) = 195+76+126=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C7E is #3CB381. Grayscale: #757575. Windows color (decimal): -3978114 or 8277187. OLE color: 8277187.

HSL color Cylindrical-coordinate representation of color #C34C7E: hue angle of 334.79º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34C7E is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB19576126-
CMYK00.610.350.24
HSL334.79º49.79%53.14%-
HSV(B)334.79º61.03%76.47%-
XYZ28.8618.2821.75-
YUV117.28132.92183.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 76 (30.08% from 255) = 19.14%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=49.12%
G=19.14%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957612600.610.350.24334.7949.7953.14
HexC34C7E03D231814f3235
Octal30311417607543305176265
Binary1100001110011001111110011110110001111000101001111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c34c7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c34c7e; }

 p { color: rgb(195,76,126); }

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

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

 a { background-color: rgb(195,76,126); }

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

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

 span { border-color: rgb(195,76,126); }

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