#C34196

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

Shades of Mulberry #C34196

Tints of Mulberry #C34196

Color information

#C34196 (or 0xC34196) is unknown color: approx Mulberry. HEX triplet: C3, 41 and 96. RGB value is (195,65,150). Sum of RGB (Red+Green+Blue) = 195+65+150=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C34196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34196 is #3CBE69. Grayscale: #717171. Windows color (decimal): -3980906 or 9847235. OLE color: 9847235.

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

Color convert

RGB19565150-
CMYK00.670.230.24
HSL320.77º52%50.98%-
HSV(B)320.77º66.67%76.47%-
XYZ29.917.5830.67-
YUV113.56148.57186.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 65 (25.78% from 255) = 15.85%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=47.56%
G=15.85%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956515000.670.230.24320.775250.98
HexC3419604317181413433
Octal303101226010327305016463
Binary11000011100000110010110010000111011111000101000001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34196; }

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

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

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

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

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

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

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

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