#CE4880

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

Shades of Mulberry #CE4880

Tints of Mulberry #CE4880

Color information

#CE4880 (or 0xCE4880) is unknown color: approx Mulberry. HEX triplet: CE, 48 and 80. RGB value is (206,72,128). Sum of RGB (Red+Green+Blue) = 206+72+128=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4880 is #31B77F. Grayscale: #767676. Windows color (decimal): -3258240 or 8407246. OLE color: 8407246.

HSL color Cylindrical-coordinate representation of color #CE4880: hue angle of 334.93º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4880 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB20672128-
CMYK00.650.380.19
HSL334.93º57.76%54.51%-
HSV(B)334.93º65.05%80.78%-
XYZ31.6719.3222.48-
YUV118.45133.39190.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.74%
GREEN value IS 72 (28.52% from 255) = 17.73%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=50.74%
G=17.73%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067212800.650.380.19334.9357.7654.51
HexCE4880041261314f3a37
Octal316110200010146235177267
Binary110011101001000100000000100000110011010011101001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4880; }

 p { color: rgb(206,72,128); }

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

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

 a { background-color: rgb(206,72,128); }

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

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

 span { border-color: rgb(206,72,128); }

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