#C34E82

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

Shades of Mulberry #C34E82

Tints of Mulberry #C34E82

Color information

#C34E82 (or 0xC34E82) is unknown color: approx Mulberry. HEX triplet: C3, 4E and 82. RGB value is (195,78,130). Sum of RGB (Red+Green+Blue) = 195+78+130=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E82 is #3CB17D. Grayscale: #767676. Windows color (decimal): -3977598 or 8539843. OLE color: 8539843.

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

Color convert

RGB19578130-
CMYK00.60.330.24
HSL333.33º49.37%53.53%-
HSV(B)333.33º60%76.47%-
XYZ29.2618.6623.18-
YUV118.91134.26182.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 78 (30.86% from 255) = 19.35%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=48.39%
G=19.35%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957813000.60.330.24333.3349.3753.53
HexC34E8203C211814d3136
Octal30311620207441305156166
Binary11000011100111010000010011110010000111000101001101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E82; }

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

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

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

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

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

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

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

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