#C34B8D

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

Shades of Mulberry #C34B8D

Tints of Mulberry #C34B8D

Color information

#C34B8D (or 0xC34B8D) is unknown color: approx Mulberry. HEX triplet: C3, 4B and 8D. RGB value is (195,75,141). Sum of RGB (Red+Green+Blue) = 195+75+141=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34B8D is #3CB472. Grayscale: #767676. Windows color (decimal): -3978355 or 9259971. OLE color: 9259971.

HSL color Cylindrical-coordinate representation of color #C34B8D: hue angle of 327º 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 #C34B8D is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB19575141-
CMYK00.620.280.24
HSL327º50%52.94%-
HSV(B)327º61.54%76.47%-
XYZ29.8318.5627.21-
YUV118.4140.76182.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.45%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=47.45%
G=18.25%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957514100.620.280.243275052.94
HexC34B8D03E1C181473235
Octal30311321507634305076265
Binary1100001110010111000110101111101110011000101000111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34B8D; }

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

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

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

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

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

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

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

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