#C34189

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

Shades of Mulberry #C34189

Tints of Mulberry #C34189

Color information

#C34189 (or 0xC34189) is unknown color: approx Mulberry. HEX triplet: C3, 41 and 89. RGB value is (195,65,137). Sum of RGB (Red+Green+Blue) = 195+65+137=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C34189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34189 is #3CBE76. Grayscale: #6F6F6F. Windows color (decimal): -3980919 or 8995267. OLE color: 8995267.

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

Color convert

RGB19565137-
CMYK00.670.300.24
HSL326.77º52%50.98%-
HSV(B)326.77º66.67%76.47%-
XYZ28.9117.1925.46-
YUV112.08142.07187.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=49.12%
G=16.37%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956513700.670.300.24326.775250.98
HexC341890431E181473433
Octal303101211010336305076463
Binary11000011100000110001001010000111111011000101000111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34189; }

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

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

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

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

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

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

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

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