#CE3EA1

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

Shades of Mulberry #CE3EA1

Tints of Mulberry #CE3EA1

Color information

#CE3EA1 (or 0xCE3EA1) is unknown color: approx Mulberry. HEX triplet: CE, 3E and A1. RGB value is (206,62,161). Sum of RGB (Red+Green+Blue) = 206+62+161=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3EA1 is #31C15E. Grayscale: #747474. Windows color (decimal): -3260767 or 10567374. OLE color: 10567374.

HSL color Cylindrical-coordinate representation of color #CE3EA1: hue angle of 318.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3EA1 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB20662161-
CMYK00.700.220.19
HSL318.75º59.5%52.55%-
HSV(B)318.75º69.9%80.78%-
XYZ33.6119.1435.64-
YUV116.34153.21191.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 62 (24.61% from 255) = 14.45%
BLUE value IS 161 (63.28% from 255) = 37.53%
R=48.02%
G=14.45%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066216100.700.220.19318.7559.552.55
HexCE3EA1046161313f3c35
Octal31676241010626234777465
Binary1100111011111010100001010001101011010011100111111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3EA1; }

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

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

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

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

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

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

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

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