#C2518F

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

Shades of Mulberry #C2518F

Tints of Mulberry #C2518F

Color information

#C2518F (or 0xC2518F) is unknown color: approx Mulberry. HEX triplet: C2, 51 and 8F. RGB value is (194,81,143). Sum of RGB (Red+Green+Blue) = 194+81+143=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2518F is #3DAE70. Grayscale: #797979. Windows color (decimal): -4042353 or 9392578. OLE color: 9392578.

HSL color Cylindrical-coordinate representation of color #C2518F: hue angle of 327.08º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2518F is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB19481143-
CMYK00.580.260.24
HSL327.08º48.09%53.92%-
HSV(B)327.08º58.25%76.08%-
XYZ30.1519.3428.13-
YUV121.85139.94179.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=46.41%
G=19.38%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948114300.580.260.24327.0848.0953.92
HexC2518F03A1A181473036
Octal30212121707232305076066
Binary1100001010100011000111101110101101011000101000111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2518F; }

 p { color: rgb(194,81,143); }

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

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

 a { background-color: rgb(194,81,143); }

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

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

 span { border-color: rgb(194,81,143); }

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