#C34488

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

Shades of Mulberry #C34488

Tints of Mulberry #C34488

Color information

#C34488 (or 0xC34488) is unknown color: approx Mulberry. HEX triplet: C3, 44 and 88. RGB value is (195,68,136). Sum of RGB (Red+Green+Blue) = 195+68+136=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C34488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34488 is #3CBB77. Grayscale: #717171. Windows color (decimal): -3980152 or 8930499. OLE color: 8930499.

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

Color convert

RGB19568136-
CMYK00.650.300.24
HSL327.87º51.42%51.57%-
HSV(B)327.87º65.13%76.47%-
XYZ29.0217.5125.14-
YUV113.72140.58185.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 68 (26.95% from 255) = 17.04%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=48.87%
G=17.04%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956813600.650.300.24327.8751.4251.57
HexC344880411E181483334
Octal303104210010136305106364
Binary11000011100010010001000010000011111011000101001000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34488; }

 p { color: rgb(195,68,136); }

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

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

 a { background-color: rgb(195,68,136); }

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

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

 span { border-color: rgb(195,68,136); }

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