#CE01E6

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

Shades of Deep Magenta #CE01E6

Tints of Deep Magenta #CE01E6

Color information

#CE01E6 (or 0xCE01E6) is unknown color: approx Deep Magenta. HEX triplet: CE, 01 and E6. RGB value is (206,1,230). Sum of RGB (Red+Green+Blue) = 206+1+230=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE01E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE01E6 is #31FE19. Grayscale: #575757. Windows color (decimal): -3276314 or 15073742. OLE color: 15073742.

HSL color Cylindrical-coordinate representation of color #CE01E6: hue angle of 293.71º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE01E6 is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2061230-
CMYK0.101.0000.10
HSL293.71º99.13%45.29%-
HSV(B)293.71º99.57%90.2%-
XYZ39.7518.8676.41-
YUV88.4207.92211.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.14%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 230 (90.23% from 255) = 52.63%
R=47.14%
G=0.23%
B=52.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal20612300.101.0000.10293.7199.1345.29
HexCE1E6A640A126632d
Octal31613461214401244614355
Binary1100111011110011010101100100010101001001101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE01E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE01E6; }

 p { color: rgb(206,1,230); }

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

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

 a { background-color: rgb(206,1,230); }

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

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

 span { border-color: rgb(206,1,230); }

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