#CE418B

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

Shades of Mulberry #CE418B

Tints of Mulberry #CE418B

Color information

#CE418B (or 0xCE418B) is unknown color: approx Mulberry. HEX triplet: CE, 41 and 8B. RGB value is (206,65,139). Sum of RGB (Red+Green+Blue) = 206+65+139=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE418B is #31BE74. Grayscale: #737373. Windows color (decimal): -3260021 or 9126350. OLE color: 9126350.

HSL color Cylindrical-coordinate representation of color #CE418B: hue angle of 328.51º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE418B is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB20665139-
CMYK00.680.330.19
HSL328.51º59%53.14%-
HSV(B)328.51º68.45%80.78%-
XYZ3218.7726.36-
YUV115.6141.21192.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.24%
GREEN value IS 65 (25.78% from 255) = 15.85%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=50.24%
G=15.85%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066513900.680.330.19328.515953.14
HexCE418B04421131493b35
Octal316101213010441235117365
Binary110011101000001100010110100010010000110011101001001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE418B; }

 p { color: rgb(206,65,139); }

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

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

 a { background-color: rgb(206,65,139); }

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

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

 span { border-color: rgb(206,65,139); }

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