#ce4f94

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

Shades of Mulberry #CE4F94

Tints of Mulberry #CE4F94

Color information

#CE4F94 (or 0xCE4F94) is unknown color: approx Mulberry. HEX triplet: CE, 4F and 94. RGB value is (206,79,148). Sum of RGB (Red+Green+Blue) = 206+79+148=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4F94 is #31B06B. Grayscale: #7C7C7C. Windows color (decimal): -3256428 or 9719758. OLE color: 9719758.

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

Color convert

RGB20679148-
CMYK00.620.280.19
HSL327.4º56.44%55.88%-
HSV(B)327.4º61.65%80.78%-
XYZ33.5920.8530.27-
YUV124.84141.08185.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.58%
GREEN value IS 79 (31.25% from 255) = 18.24%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=47.58%
G=18.24%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067914800.620.280.19327.456.4455.88
HexCE4F9403E1C131473838
Octal31611722407634235077070
Binary1100111010011111001010001111101110010011101000111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce4f94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce4f94; }

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

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

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

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

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

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

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

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