#C34794

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

Shades of Mulberry #C34794

Tints of Mulberry #C34794

Color information

#C34794 (or 0xC34794) is unknown color: approx Mulberry. HEX triplet: C3, 47 and 94. RGB value is (195,71,148). Sum of RGB (Red+Green+Blue) = 195+71+148=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C34794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34794 is #3CB86B. Grayscale: #747474. Windows color (decimal): -3979372 or 9717699. OLE color: 9717699.

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

Color convert

RGB19571148-
CMYK00.640.240.24
HSL322.74º50.82%52.16%-
HSV(B)322.74º63.59%76.47%-
XYZ30.118.2529.95-
YUV116.85145.58183.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.10%
GREEN value IS 71 (28.12% from 255) = 17.15%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=47.10%
G=17.15%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957114800.640.240.24322.7450.8252.16
HexC3479404018181433334
Octal303107224010030305036364
Binary11000011100011110010100010000001100011000101000011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34794; }

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

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

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

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

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

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

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

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