#C34180

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

Shades of Mulberry #C34180

Tints of Mulberry #C34180

Color information

#C34180 (or 0xC34180) is unknown color: approx Mulberry. HEX triplet: C3, 41 and 80. RGB value is (195,65,128). Sum of RGB (Red+Green+Blue) = 195+65+128=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C34180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34180 is #3CBE7F. Grayscale: #6E6E6E. Windows color (decimal): -3980928 or 8405443. OLE color: 8405443.

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

Color convert

RGB19565128-
CMYK00.670.340.24
HSL330.92º52%50.98%-
HSV(B)330.92º66.67%76.47%-
XYZ28.2916.9422.2-
YUV111.05137.57187.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.26%
GREEN value IS 65 (25.78% from 255) = 16.75%
BLUE value IS 128 (50.39% from 255) = 32.99%
R=50.26%
G=16.75%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956512800.670.340.24330.925250.98
HexC34180043221814b3433
Octal303101200010342305136463
Binary110000111000001100000000100001110001011000101001011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34180; }

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

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

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

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

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

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

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

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