#C34E81

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

Shades of Mulberry #C34E81

Tints of Mulberry #C34E81

Color information

#C34E81 (or 0xC34E81) is unknown color: approx Mulberry. HEX triplet: C3, 4E and 81. RGB value is (195,78,129). Sum of RGB (Red+Green+Blue) = 195+78+129=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E81 is #3CB17E. Grayscale: #767676. Windows color (decimal): -3977599 or 8474307. OLE color: 8474307.

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

Color convert

RGB19578129-
CMYK00.60.340.24
HSL333.85º49.37%53.53%-
HSV(B)333.85º60%76.47%-
XYZ29.1918.6422.83-
YUV118.8133.76182.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.51%
GREEN value IS 78 (30.86% from 255) = 19.40%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=48.51%
G=19.40%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957812900.60.340.24333.8549.3753.53
HexC34E8103C221814e3136
Octal30311620107442305166166
Binary11000011100111010000001011110010001011000101001110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E81; }

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

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

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

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

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

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

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

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