#CE54A2

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

Shades of Mulberry #CE54A2

Tints of Mulberry #CE54A2

Color information

#CE54A2 (or 0xCE54A2) is unknown color: approx Mulberry. HEX triplet: CE, 54 and A2. RGB value is (206,84,162). Sum of RGB (Red+Green+Blue) = 206+84+162=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE54A2 is #31AB5D. Grayscale: #818181. Windows color (decimal): -3255134 or 10638542. OLE color: 10638542.

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

Color convert

RGB20684162-
CMYK00.590.210.19
HSL321.64º55.45%56.86%-
HSV(B)321.64º59.22%80.78%-
XYZ35.1522.0736.59-
YUV129.37146.42182.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.58%
GREEN value IS 84 (33.20% from 255) = 18.58%
BLUE value IS 162 (63.67% from 255) = 35.84%
R=45.58%
G=18.58%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068416200.590.210.19321.6455.4556.86
HexCE54A203B15131423739
Octal31612424207325235026771
Binary1100111010101001010001001110111010110011101000010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE54A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE54A2; }

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

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

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

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

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

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

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

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