#CE40A5

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

Shades of Mulberry #CE40A5

Tints of Mulberry #CE40A5

Color information

#CE40A5 (or 0xCE40A5) is unknown color: approx Mulberry. HEX triplet: CE, 40 and A5. RGB value is (206,64,165). Sum of RGB (Red+Green+Blue) = 206+64+165=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE40A5 is #31BF5A. Grayscale: #757575. Windows color (decimal): -3260251 or 10830030. OLE color: 10830030.

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

Color convert

RGB20664165-
CMYK00.690.200.19
HSL317.32º59.17%52.94%-
HSV(B)317.32º68.93%80.78%-
XYZ34.0819.5137.57-
YUV117.97154.54190.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.36%
GREEN value IS 64 (25.39% from 255) = 14.71%
BLUE value IS 165 (64.84% from 255) = 37.93%
R=47.36%
G=14.71%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066416500.690.200.19317.3259.1752.94
HexCE40A5045141313d3b35
Octal316100245010524234757365
Binary11001110100000010100101010001011010010011100111101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE40A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE40A5; }

 p { color: rgb(206,64,165); }

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

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

 a { background-color: rgb(206,64,165); }

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

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

 span { border-color: rgb(206,64,165); }

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