#CE48A1

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

Shades of Mulberry #CE48A1

Tints of Mulberry #CE48A1

Color information

#CE48A1 (or 0xCE48A1) is unknown color: approx Mulberry. HEX triplet: CE, 48 and A1. RGB value is (206,72,161). Sum of RGB (Red+Green+Blue) = 206+72+161=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE48A1 is #31B75E. Grayscale: #797979. Windows color (decimal): -3258207 or 10569934. OLE color: 10569934.

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

Color convert

RGB20672161-
CMYK00.650.220.19
HSL320.15º57.76%54.51%-
HSV(B)320.15º65.05%80.78%-
XYZ34.220.3335.84-
YUV122.21149.89187.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.92%
GREEN value IS 72 (28.52% from 255) = 16.40%
BLUE value IS 161 (63.28% from 255) = 36.67%
R=46.92%
G=16.40%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067216100.650.220.19320.1557.7654.51
HexCE48A104116131403a37
Octal316110241010126235007267
Binary11001110100100010100001010000011011010011101000000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE48A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE48A1; }

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

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

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

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

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

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

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

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