#CE518E

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

Shades of Mulberry #CE518E

Tints of Mulberry #CE518E

Color information

#CE518E (or 0xCE518E) is unknown color: approx Mulberry. HEX triplet: CE, 51 and 8E. RGB value is (206,81,142). Sum of RGB (Red+Green+Blue) = 206+81+142=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE518E is #31AE71. Grayscale: #7D7D7D. Windows color (decimal): -3255922 or 9327054. OLE color: 9327054.

HSL color Cylindrical-coordinate representation of color #CE518E: hue angle of 330.72º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE518E is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB20681142-
CMYK00.610.310.19
HSL330.72º56.05%56.27%-
HSV(B)330.72º60.68%80.78%-
XYZ33.2820.9627.88-
YUV125.33137.41185.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=48.02%
G=18.88%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068114200.610.310.19330.7256.0556.27
HexCE518E03D1F1314b3838
Octal31612121607537235137070
Binary1100111010100011000111001111011111110011101001011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE518E; }

 p { color: rgb(206,81,142); }

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

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

 a { background-color: rgb(206,81,142); }

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

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

 span { border-color: rgb(206,81,142); }

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