#ce28d2

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

Shades of Deep Magenta #CE28D2

Tints of Deep Magenta #CE28D2

Color information

#CE28D2 (or 0xCE28D2) is unknown color: approx Deep Magenta. HEX triplet: CE, 28 and D2. RGB value is (206,40,210). Sum of RGB (Red+Green+Blue) = 206+40+210=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE28D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28D2 is #31D72D. Grayscale: #6C6C6C. Windows color (decimal): -3266350 or 13773006. OLE color: 13773006.

HSL color Cylindrical-coordinate representation of color #CE28D2: hue angle of 298.59º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE28D2 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20640210-
CMYK0.020.8100.18
HSL298.59º68%49.02%-
HSV(B)298.59º80.95%82.35%-
XYZ37.8519.2962.7-
YUV109.01185197.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 40 (16.02% from 255) = 8.77%
BLUE value IS 210 (82.42% from 255) = 46.05%
R=45.18%
G=8.77%
B=46.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206402100.020.8100.18298.596849.02
HexCE28D225101212b4431
Octal31650322212102245310461
Binary11001110101000110100101010100010100101001010111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce28d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce28d2; }

 p { color: rgb(206,40,210); }

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

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

 a { background-color: rgb(206,40,210); }

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

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

 span { border-color: rgb(206,40,210); }

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