#CE4F82

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

Shades of Mulberry #CE4F82

Tints of Mulberry #CE4F82

Color information

#CE4F82 (or 0xCE4F82) is unknown color: approx Mulberry. HEX triplet: CE, 4F and 82. RGB value is (206,79,130). Sum of RGB (Red+Green+Blue) = 206+79+130=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4F82 is #31B07D. Grayscale: #7A7A7A. Windows color (decimal): -3256446 or 8540110. OLE color: 8540110.

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

Color convert

RGB20679130-
CMYK00.620.370.19
HSL335.91º56.44%55.88%-
HSV(B)335.91º61.65%80.78%-
XYZ32.2820.3323.34-
YUV122.79132.08187.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.64%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=49.64%
G=19.04%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067913000.620.370.19335.9156.4455.88
HexCE4F8203E25131503838
Octal31611720207645235207070
Binary11001110100111110000010011111010010110011101010000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4F82; }

 p { color: rgb(206,79,130); }

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

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

 a { background-color: rgb(206,79,130); }

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

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

 span { border-color: rgb(206,79,130); }

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