#C34EA0

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

Shades of Mulberry #C34EA0

Tints of Mulberry #C34EA0

Color information

#C34EA0 (or 0xC34EA0) is unknown color: approx Mulberry. HEX triplet: C3, 4E and A0. RGB value is (195,78,160). Sum of RGB (Red+Green+Blue) = 195+78+160=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34EA0 is #3CB15F. Grayscale: #7A7A7A. Windows color (decimal): -3977568 or 10505923. OLE color: 10505923.

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

Color convert

RGB19578160-
CMYK00.60.180.24
HSL317.95º49.37%53.53%-
HSV(B)317.95º60%76.47%-
XYZ31.5819.5935.37-
YUV122.33149.26179.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.03%
GREEN value IS 78 (30.86% from 255) = 18.01%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=45.03%
G=18.01%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957816000.60.180.24317.9549.3753.53
HexC34EA003C121813e3136
Octal30311624007422304766166
Binary1100001110011101010000001111001001011000100111110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34EA0; }

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

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

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

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

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

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

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

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