#CE15B9

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

Shades of Deep Magenta #CE15B9

Tints of Deep Magenta #CE15B9

Color information

#CE15B9 (or 0xCE15B9) is unknown color: approx Deep Magenta. HEX triplet: CE, 15 and B9. RGB value is (206,21,185). Sum of RGB (Red+Green+Blue) = 206+21+185=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE15B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15B9 is #31EA46. Grayscale: #5E5E5E. Windows color (decimal): -3271239 or 12129742. OLE color: 12129742.

HSL color Cylindrical-coordinate representation of color #CE15B9: hue angle of 306.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE15B9 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB20621185-
CMYK00.900.100.19
HSL306.81º81.5%44.51%-
HSV(B)306.81º89.81%80.78%-
XYZ34.4817.1647.39-
YUV95.01178.79207.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 5.10%
BLUE value IS 185 (72.66% from 255) = 44.90%
R=50%
G=5.10%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062118500.900.100.19306.8181.544.51
HexCE15B905AA13133512d
Octal316252710132122346312155
Binary110011101010110111001010110101010100111001100111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE15B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE15B9; }

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

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

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

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

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

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

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

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