#CE408B

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

Shades of Mulberry #CE408B

Tints of Mulberry #CE408B

Color information

#CE408B (or 0xCE408B) is unknown color: approx Mulberry. HEX triplet: CE, 40 and 8B. RGB value is (206,64,139). Sum of RGB (Red+Green+Blue) = 206+64+139=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE408B is #31BF74. Grayscale: #727272. Windows color (decimal): -3260277 or 9126094. OLE color: 9126094.

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

Color convert

RGB20664139-
CMYK00.690.330.19
HSL328.31º59.17%52.94%-
HSV(B)328.31º68.93%80.78%-
XYZ31.9518.6526.34-
YUV115.01141.54192.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.37%
GREEN value IS 64 (25.39% from 255) = 15.65%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=50.37%
G=15.65%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066413900.690.330.19328.3159.1752.94
HexCE408B04521131483b35
Octal316100213010541235107365
Binary110011101000000100010110100010110000110011101001000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE408B; }

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

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

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

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

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

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

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

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