#CE54A1

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

Shades of Mulberry #CE54A1

Tints of Mulberry #CE54A1

Color information

#CE54A1 (or 0xCE54A1) is unknown color: approx Mulberry. HEX triplet: CE, 54 and A1. RGB value is (206,84,161). Sum of RGB (Red+Green+Blue) = 206+84+161=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE54A1 is #31AB5E. Grayscale: #818181. Windows color (decimal): -3255135 or 10573006. OLE color: 10573006.

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

Color convert

RGB20684161-
CMYK00.590.220.19
HSL322.13º55.45%56.86%-
HSV(B)322.13º59.22%80.78%-
XYZ35.0622.0436.12-
YUV129.26145.92182.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 84 (33.20% from 255) = 18.63%
BLUE value IS 161 (63.28% from 255) = 35.70%
R=45.68%
G=18.63%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068416100.590.220.19322.1355.4556.86
HexCE54A103B16131423739
Octal31612424107326235026771
Binary1100111010101001010000101110111011010011101000010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE54A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE54A1; }

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

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

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

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

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

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

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

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