#C34EA4

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

Shades of Mulberry #C34EA4

Tints of Mulberry #C34EA4

Color information

#C34EA4 (or 0xC34EA4) is unknown color: approx Mulberry. HEX triplet: C3, 4E and A4. RGB value is (195,78,164). Sum of RGB (Red+Green+Blue) = 195+78+164=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34EA4 is #3CB15B. Grayscale: #7A7A7A. Windows color (decimal): -3977564 or 10768067. OLE color: 10768067.

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

Color convert

RGB19578164-
CMYK00.60.160.24
HSL315.9º49.37%53.53%-
HSV(B)315.9º60%76.47%-
XYZ31.9319.7337.25-
YUV122.79151.26179.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 78 (30.86% from 255) = 17.85%
BLUE value IS 164 (64.45% from 255) = 37.53%
R=44.62%
G=17.85%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957816400.60.160.24315.949.3753.53
HexC34EA403C101813c3136
Octal30311624407420304746166
Binary1100001110011101010010001111001000011000100111100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34EA4; }

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

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

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

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

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

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

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

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