#C34184

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

Shades of Mulberry #C34184

Tints of Mulberry #C34184

Color information

#C34184 (or 0xC34184) is unknown color: approx Mulberry. HEX triplet: C3, 41 and 84. RGB value is (195,65,132). Sum of RGB (Red+Green+Blue) = 195+65+132=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C34184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34184 is #3CBE7B. Grayscale: #6F6F6F. Windows color (decimal): -3980924 or 8667587. OLE color: 8667587.

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

Color convert

RGB19565132-
CMYK00.670.320.24
HSL329.08º52%50.98%-
HSV(B)329.08º66.67%76.47%-
XYZ28.5617.0523.62-
YUV111.51139.57187.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.74%
GREEN value IS 65 (25.78% from 255) = 16.58%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=49.74%
G=16.58%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956513200.670.320.24329.085250.98
HexC3418404320181493433
Octal303101204010340305116463
Binary110000111000001100001000100001110000011000101001001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34184; }

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

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

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

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

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

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

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

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