#CE54AA

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

Shades of Mulberry #CE54AA

Tints of Mulberry #CE54AA

Color information

#CE54AA (or 0xCE54AA) is unknown color: approx Mulberry. HEX triplet: CE, 54 and AA. RGB value is (206,84,170). Sum of RGB (Red+Green+Blue) = 206+84+170=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE54AA is #31AB55. Grayscale: #828282. Windows color (decimal): -3255126 or 11162830. OLE color: 11162830.

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

Color convert

RGB20684170-
CMYK00.590.170.19
HSL317.7º55.45%56.86%-
HSV(B)317.7º59.22%80.78%-
XYZ35.8822.3640.46-
YUV130.28150.42182.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.78%
GREEN value IS 84 (33.20% from 255) = 18.26%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=44.78%
G=18.26%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068417000.590.170.19317.755.4556.86
HexCE54AA03B111313e3739
Octal31612425207321234766771
Binary1100111010101001010101001110111000110011100111110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE54AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE54AA; }

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

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

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

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

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

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

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

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