#C44180

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

Shades of Mulberry #C44180

Tints of Mulberry #C44180

Color information

#C44180 (or 0xC44180) is unknown color: approx Mulberry. HEX triplet: C4, 41 and 80. RGB value is (196,65,128). Sum of RGB (Red+Green+Blue) = 196+65+128=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C44180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44180 is #3BBE7F. Grayscale: #6F6F6F. Windows color (decimal): -3915392 or 8405444. OLE color: 8405444.

HSL color Cylindrical-coordinate representation of color #C44180: hue angle of 331.15º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44180 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB19665128-
CMYK00.670.350.23
HSL331.15º52.61%51.18%-
HSV(B)331.15º66.84%76.86%-
XYZ28.5517.0722.21-
YUV111.35137.4188.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.39%
GREEN value IS 65 (25.78% from 255) = 16.71%
BLUE value IS 128 (50.39% from 255) = 32.90%
R=50.39%
G=16.71%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966512800.670.350.23331.1552.6151.18
HexC44180043231714b3533
Octal304101200010343275136563
Binary110001001000001100000000100001110001110111101001011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44180; }

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

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

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

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

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

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

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

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