#CE29E4

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

Shades of Deep Magenta #CE29E4

Tints of Deep Magenta #CE29E4

Color information

#CE29E4 (or 0xCE29E4) is unknown color: approx Deep Magenta. HEX triplet: CE, 29 and E4. RGB value is (206,41,228). Sum of RGB (Red+Green+Blue) = 206+41+228=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE29E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29E4 is #31D61B. Grayscale: #6F6F6F. Windows color (decimal): -3266076 or 14952910. OLE color: 14952910.

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

Color convert

RGB20641228-
CMYK0.100.8200.11
HSL292.94º77.59%52.75%-
HSV(B)292.94º82.02%89.41%-
XYZ40.2520.3175.2-
YUV111.65193.66195.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 41 (16.41% from 255) = 8.63%
BLUE value IS 228 (89.45% from 255) = 48%
R=43.37%
G=8.63%
B=48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal206412280.100.8200.11292.9477.5952.75
HexCE29E4A520B1254e35
Octal316513441212201344511665
Binary110011101010011110010010101010010010111001001011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE29E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE29E4; }

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

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

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

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

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

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

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

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