#C34491

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

Shades of Mulberry #C34491

Tints of Mulberry #C34491

Color information

#C34491 (or 0xC34491) is unknown color: approx Mulberry. HEX triplet: C3, 44 and 91. RGB value is (195,68,145). Sum of RGB (Red+Green+Blue) = 195+68+145=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C34491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34491 is #3CBB6E. Grayscale: #727272. Windows color (decimal): -3980143 or 9520323. OLE color: 9520323.

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

Color convert

RGB19568145-
CMYK00.650.260.24
HSL323.62º51.42%51.57%-
HSV(B)323.62º65.13%76.47%-
XYZ29.6817.7828.66-
YUV114.75145.08185.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.79%
GREEN value IS 68 (26.95% from 255) = 16.67%
BLUE value IS 145 (57.03% from 255) = 35.54%
R=47.79%
G=16.67%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956814500.650.260.24323.6251.4251.57
HexC344910411A181443334
Octal303104221010132305046364
Binary11000011100010010010001010000011101011000101000100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34491; }

 p { color: rgb(195,68,145); }

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

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

 a { background-color: rgb(195,68,145); }

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

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

 span { border-color: rgb(195,68,145); }

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