#C34485

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

Shades of Mulberry #C34485

Tints of Mulberry #C34485

Color information

#C34485 (or 0xC34485) is unknown color: approx Mulberry. HEX triplet: C3, 44 and 85. RGB value is (195,68,133). Sum of RGB (Red+Green+Blue) = 195+68+133=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C34485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34485 is #3CBB7A. Grayscale: #717171. Windows color (decimal): -3980155 or 8733891. OLE color: 8733891.

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

Color convert

RGB19568133-
CMYK00.650.320.24
HSL329.29º51.42%51.57%-
HSV(B)329.29º65.13%76.47%-
XYZ28.8117.4324.04-
YUV113.38139.08186.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=49.24%
G=17.17%
B=33.59%

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
Decimal1956813300.650.320.24329.2951.4251.57
HexC3448504120181493334
Octal303104205010140305116364
Binary110000111000100100001010100000110000011000101001001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34485; }

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

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

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

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

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

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

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

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