#C34389

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

Shades of Mulberry #C34389

Tints of Mulberry #C34389

Color information

#C34389 (or 0xC34389) is unknown color: approx Mulberry. HEX triplet: C3, 43 and 89. RGB value is (195,67,137). Sum of RGB (Red+Green+Blue) = 195+67+137=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C34389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34389 is #3CBC76. Grayscale: #717171. Windows color (decimal): -3980407 or 8995779. OLE color: 8995779.

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

Color convert

RGB19567137-
CMYK00.660.300.24
HSL327.19º51.61%51.37%-
HSV(B)327.19º65.64%76.47%-
XYZ29.0317.4225.5-
YUV113.25141.41186.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 67 (26.56% from 255) = 16.79%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=48.87%
G=16.79%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956713700.660.300.24327.1951.6151.37
HexC343890421E181473433
Octal303103211010236305076463
Binary11000011100001110001001010000101111011000101000111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34389; }

 p { color: rgb(195,67,137); }

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

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

 a { background-color: rgb(195,67,137); }

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

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

 span { border-color: rgb(195,67,137); }

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