#C43E85

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

Shades of Mulberry #C43E85

Tints of Mulberry #C43E85

Color information

#C43E85 (or 0xC43E85) is unknown color: approx Mulberry. HEX triplet: C4, 3E and 85. RGB value is (196,62,133). Sum of RGB (Red+Green+Blue) = 196+62+133=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43E85 is #3BC17A. Grayscale: #6E6E6E. Windows color (decimal): -3916155 or 8732356. OLE color: 8732356.

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

Color convert

RGB19662133-
CMYK00.680.320.23
HSL328.21º53.17%50.59%-
HSV(B)328.21º68.37%76.86%-
XYZ28.7216.8723.93-
YUV110.16140.89189.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.13%
GREEN value IS 62 (24.61% from 255) = 15.86%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=50.13%
G=15.86%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966213300.680.320.23328.2153.1750.59
HexC43E8504420171483533
Octal30476205010440275106563
Binary11000100111110100001010100010010000010111101001000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43E85; }

 p { color: rgb(196,62,133); }

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

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

 a { background-color: rgb(196,62,133); }

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

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

 span { border-color: rgb(196,62,133); }

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