#c34584

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

Shades of Mulberry #C34584

Tints of Mulberry #C34584

Color information

#C34584 (or 0xC34584) is unknown color: approx Mulberry. HEX triplet: C3, 45 and 84. RGB value is (195,69,132). Sum of RGB (Red+Green+Blue) = 195+69+132=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C34584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34584 is #3CBA7B. Grayscale: #717171. Windows color (decimal): -3979900 or 8668611. OLE color: 8668611.

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

Color convert

RGB19569132-
CMYK00.650.320.24
HSL330º51.22%51.76%-
HSV(B)330º64.62%76.47%-
XYZ28.817.5223.69-
YUV113.86138.24185.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 69 (27.34% from 255) = 17.42%
BLUE value IS 132 (51.95% from 255) = 33.33%
R=49.24%
G=17.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956913200.650.320.2433051.2251.76
HexC34584041201814a3334
Octal303105204010140305126364
Binary110000111000101100001000100000110000011000101001010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c34584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c34584; }

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

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

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

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

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

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

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

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