#CE21D9

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

Shades of Deep Magenta #CE21D9

Tints of Deep Magenta #CE21D9

Color information

#CE21D9 (or 0xCE21D9) is unknown color: approx Deep Magenta. HEX triplet: CE, 21 and D9. RGB value is (206,33,217). Sum of RGB (Red+Green+Blue) = 206+33+217=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE21D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21D9 is #31DE26. Grayscale: #696969. Windows color (decimal): -3268135 or 14229966. OLE color: 14229966.

HSL color Cylindrical-coordinate representation of color #CE21D9: hue angle of 296.41º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE21D9 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20633217-
CMYK0.050.8500.15
HSL296.41º73.6%49.02%-
HSV(B)296.41º84.79%85.1%-
XYZ38.5219.2267.33-
YUV105.7190.81199.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 33 (13.28% from 255) = 7.24%
BLUE value IS 217 (85.16% from 255) = 47.59%
R=45.18%
G=7.24%
B=47.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206332170.050.8500.15296.4173.649.02
HexCE21D95550F1284a31
Octal31641331512501745011261
Binary11001110100001110110011011010101011111001010001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE21D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE21D9; }

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

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

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

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

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

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

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

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