#C34B87

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

Shades of Mulberry #C34B87

Tints of Mulberry #C34B87

Color information

#C34B87 (or 0xC34B87) is unknown color: approx Mulberry. HEX triplet: C3, 4B and 87. RGB value is (195,75,135). Sum of RGB (Red+Green+Blue) = 195+75+135=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34B87 is #3CB478. Grayscale: #757575. Windows color (decimal): -3978361 or 8866755. OLE color: 8866755.

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

Color convert

RGB19575135-
CMYK00.620.310.24
HSL330º50%52.94%-
HSV(B)330º61.54%76.47%-
XYZ29.3918.3824.92-
YUV117.72137.76183.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.15%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 135 (53.12% from 255) = 33.33%
R=48.15%
G=18.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957513500.620.310.243305052.94
HexC34B8703E1F1814a3235
Octal30311320707637305126265
Binary1100001110010111000011101111101111111000101001010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34B87; }

 p { color: rgb(195,75,135); }

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

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

 a { background-color: rgb(195,75,135); }

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

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

 span { border-color: rgb(195,75,135); }

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