#CE418E

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

Shades of Mulberry #CE418E

Tints of Mulberry #CE418E

Color information

#CE418E (or 0xCE418E) is unknown color: approx Mulberry. HEX triplet: CE, 41 and 8E. RGB value is (206,65,142). Sum of RGB (Red+Green+Blue) = 206+65+142=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE418E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE418E is #31BE71. Grayscale: #737373. Windows color (decimal): -3260018 or 9322958. OLE color: 9322958.

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

Color convert

RGB20665142-
CMYK00.680.310.19
HSL327.23º59%53.14%-
HSV(B)327.23º68.45%80.78%-
XYZ32.2318.8627.53-
YUV115.94142.71192.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.88%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 142 (55.86% from 255) = 34.38%
R=49.88%
G=15.74%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066514200.680.310.19327.235953.14
HexCE418E0441F131473b35
Octal316101216010437235077365
Binary11001110100000110001110010001001111110011101000111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE418E; }

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

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

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

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

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

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

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

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