#CE21E6

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

Shades of Deep Magenta #CE21E6

Tints of Deep Magenta #CE21E6

Color information

#CE21E6 (or 0xCE21E6) is unknown color: approx Deep Magenta. HEX triplet: CE, 21 and E6. RGB value is (206,33,230). Sum of RGB (Red+Green+Blue) = 206+33+230=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE21E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE21E6 is #31DE19. Grayscale: #6A6A6A. Windows color (decimal): -3268122 or 15081934. OLE color: 15081934.

HSL color Cylindrical-coordinate representation of color #CE21E6: hue angle of 292.69º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE21E6 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20633230-
CMYK0.100.8600.10
HSL292.69º79.76%51.57%-
HSV(B)292.69º85.65%90.2%-
XYZ40.2819.9276.59-
YUV107.18197.31198.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.92%
GREEN value IS 33 (13.28% from 255) = 7.04%
BLUE value IS 230 (90.23% from 255) = 49.04%
R=43.92%
G=7.04%
B=49.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal206332300.100.8600.10292.6979.7651.57
HexCE21E6A560A1255034
Octal316413461212601244512064
Binary110011101000011110011010101010110010101001001011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE21E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE21E6; }

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

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

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

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

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

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

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

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