#ce4982

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

Shades of Mulberry #CE4982

Tints of Mulberry #CE4982

Color information

#CE4982 (or 0xCE4982) is unknown color: approx Mulberry. HEX triplet: CE, 49 and 82. RGB value is (206,73,130). Sum of RGB (Red+Green+Blue) = 206+73+130=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4982 is #31B67D. Grayscale: #777777. Windows color (decimal): -3257982 or 8538574. OLE color: 8538574.

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

Color convert

RGB20673130-
CMYK00.650.370.19
HSL334.29º57.58%54.71%-
HSV(B)334.29º64.56%80.78%-
XYZ31.8719.523.2-
YUV119.26134.06189.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.37%
GREEN value IS 73 (28.91% from 255) = 17.85%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=50.37%
G=17.85%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067313000.650.370.19334.2957.5854.71
HexCE4982041251314e3a37
Octal316111202010145235167267
Binary110011101001001100000100100000110010110011101001110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce4982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce4982; }

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

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

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

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

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

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

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

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