#C34B8B

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

Shades of Mulberry #C34B8B

Tints of Mulberry #C34B8B

Color information

#C34B8B (or 0xC34B8B) is unknown color: approx Mulberry. HEX triplet: C3, 4B and 8B. RGB value is (195,75,139). Sum of RGB (Red+Green+Blue) = 195+75+139=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34B8B is #3CB474. Grayscale: #767676. Windows color (decimal): -3978357 or 9128899. OLE color: 9128899.

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

Color convert

RGB19575139-
CMYK00.620.290.24
HSL328º50%52.94%-
HSV(B)328º61.54%76.47%-
XYZ29.6818.526.43-
YUV118.18139.76182.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.68%
GREEN value IS 75 (29.69% from 255) = 18.34%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=47.68%
G=18.34%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957513900.620.290.243285052.94
HexC34B8B03E1D181483235
Octal30311321307635305106265
Binary1100001110010111000101101111101110111000101001000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34B8B; }

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

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

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

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

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

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

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

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