#C34D94

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

Shades of Mulberry #C34D94

Tints of Mulberry #C34D94

Color information

#C34D94 (or 0xC34D94) is unknown color: approx Mulberry. HEX triplet: C3, 4D and 94. RGB value is (195,77,148). Sum of RGB (Red+Green+Blue) = 195+77+148=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34D94 is #3CB26B. Grayscale: #787878. Windows color (decimal): -3977836 or 9719235. OLE color: 9719235.

HSL color Cylindrical-coordinate representation of color #C34D94: hue angle of 323.9º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34D94 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB19577148-
CMYK00.610.240.24
HSL323.9º49.58%53.33%-
HSV(B)323.9º60.51%76.47%-
XYZ30.519.0530.09-
YUV120.38143.59181.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.43%
GREEN value IS 77 (30.47% from 255) = 18.33%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=46.43%
G=18.33%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957714800.610.240.24323.949.5853.33
HexC34D9403D18181443235
Octal30311522407530305046265
Binary1100001110011011001010001111011100011000101000100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34D94; }

 p { color: rgb(195,77,148); }

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

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

 a { background-color: rgb(195,77,148); }

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

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

 span { border-color: rgb(195,77,148); }

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