#ce45a4

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

Shades of Mulberry #CE45A4

Tints of Mulberry #CE45A4

Color information

#CE45A4 (or 0xCE45A4) is unknown color: approx Mulberry. HEX triplet: CE, 45 and A4. RGB value is (206,69,164). Sum of RGB (Red+Green+Blue) = 206+69+164=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE45A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE45A4 is #31BA5B. Grayscale: #787878. Windows color (decimal): -3258972 or 10765774. OLE color: 10765774.

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

Color convert

RGB20669164-
CMYK00.670.200.19
HSL318.39º58.3%53.92%-
HSV(B)318.39º66.5%80.78%-
XYZ34.2820.0637.19-
YUV120.79152.39188.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.92%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=46.92%
G=15.72%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066916400.670.200.19318.3958.353.92
HexCE45A4043141313e3a36
Octal316105244010324234767266
Binary11001110100010110100100010000111010010011100111110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce45a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce45a4; }

 p { color: rgb(206,69,164); }

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

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

 a { background-color: rgb(206,69,164); }

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

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

 span { border-color: rgb(206,69,164); }

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