#CE15D7

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

Shades of Deep Magenta #CE15D7

Tints of Deep Magenta #CE15D7

Color information

#CE15D7 (or 0xCE15D7) is unknown color: approx Deep Magenta. HEX triplet: CE, 15 and D7. RGB value is (206,21,215). Sum of RGB (Red+Green+Blue) = 206+21+215=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE15D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15D7 is #31EA28. Grayscale: #616161. Windows color (decimal): -3271209 or 14095822. OLE color: 14095822.

HSL color Cylindrical-coordinate representation of color #CE15D7: hue angle of 297.22º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE15D7 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20621215-
CMYK0.040.9000.16
HSL297.22º82.2%46.27%-
HSV(B)297.22º90.23%84.31%-
XYZ37.9918.5665.87-
YUV98.43193.79204.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.61%
GREEN value IS 21 (8.59% from 255) = 4.75%
BLUE value IS 215 (84.38% from 255) = 48.64%
R=46.61%
G=4.75%
B=48.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206212150.040.9000.16297.2282.246.27
HexCE15D745A010129522e
Octal31625327413202045112256
Binary11001110101011101011110010110100100001001010011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE15D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE15D7; }

 p { color: rgb(206,21,215); }

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

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

 a { background-color: rgb(206,21,215); }

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

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

 span { border-color: rgb(206,21,215); }

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