#C43F80

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

Shades of Mulberry #C43F80

Tints of Mulberry #C43F80

Color information

#C43F80 (or 0xC43F80) is unknown color: approx Mulberry. HEX triplet: C4, 3F and 80. RGB value is (196,63,128). Sum of RGB (Red+Green+Blue) = 196+63+128=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43F80 is #3BC07F. Grayscale: #6E6E6E. Windows color (decimal): -3915904 or 8404932. OLE color: 8404932.

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

Color convert

RGB19663128-
CMYK00.680.350.23
HSL330.68º52.99%50.78%-
HSV(B)330.68º67.86%76.86%-
XYZ28.4416.8522.18-
YUV110.18138.06189.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 63 (25% from 255) = 16.28%
BLUE value IS 128 (50.39% from 255) = 33.07%
R=50.65%
G=16.28%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966312800.680.350.23330.6852.9950.78
HexC43F80044231714b3533
Octal30477200010443275136563
Binary11000100111111100000000100010010001110111101001011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43F80; }

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

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

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

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

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

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

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

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