#C34E9C

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

Shades of Mulberry #C34E9C

Tints of Mulberry #C34E9C

Color information

#C34E9C (or 0xC34E9C) is unknown color: approx Mulberry. HEX triplet: C3, 4E and 9C. RGB value is (195,78,156). Sum of RGB (Red+Green+Blue) = 195+78+156=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E9C is #3CB163. Grayscale: #797979. Windows color (decimal): -3977572 or 10243779. OLE color: 10243779.

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

Color convert

RGB19578156-
CMYK00.60.200.24
HSL320º49.37%53.53%-
HSV(B)320º60%76.47%-
XYZ31.2319.4533.56-
YUV121.88147.26180.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 78 (30.86% from 255) = 18.18%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=45.45%
G=18.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957815600.60.200.2432049.3753.53
HexC34E9C03C14181403136
Octal30311623407424305006166
Binary1100001110011101001110001111001010011000101000000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E9C; }

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

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

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

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

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

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

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

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