#CE22E4

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

Shades of Deep Magenta #CE22E4

Tints of Deep Magenta #CE22E4

Color information

#CE22E4 (or 0xCE22E4) is unknown color: approx Deep Magenta. HEX triplet: CE, 22 and E4. RGB value is (206,34,228). Sum of RGB (Red+Green+Blue) = 206+34+228=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 34 (13.67% from 255 or 7.26% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE22E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22E4 is #31DD1B. Grayscale: #6A6A6A. Windows color (decimal): -3267868 or 14951118. OLE color: 14951118.

HSL color Cylindrical-coordinate representation of color #CE22E4: hue angle of 293.2º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE22E4 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20634228-
CMYK0.100.8500.11
HSL293.2º78.23%51.37%-
HSV(B)293.2º85.09%89.41%-
XYZ40.0319.8775.12-
YUV107.54195.98198.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.02%
GREEN value IS 34 (13.67% from 255) = 7.26%
BLUE value IS 228 (89.45% from 255) = 48.72%
R=44.02%
G=7.26%
B=48.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal206342280.100.8500.11293.278.2351.37
HexCE22E4A550B1254e33
Octal316423441212501344511663
Binary110011101000101110010010101010101010111001001011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE22E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE22E4; }

 p { color: rgb(206,34,228); }

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

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

 a { background-color: rgb(206,34,228); }

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

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

 span { border-color: rgb(206,34,228); }

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