#CE15BA

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

Shades of Deep Magenta #CE15BA

Tints of Deep Magenta #CE15BA

Color information

#CE15BA (or 0xCE15BA) is unknown color: approx Deep Magenta. HEX triplet: CE, 15 and BA. RGB value is (206,21,186). Sum of RGB (Red+Green+Blue) = 206+21+186=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE15BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15BA is #31EA45. Grayscale: #5E5E5E. Windows color (decimal): -3271238 or 12195278. OLE color: 12195278.

HSL color Cylindrical-coordinate representation of color #CE15BA: hue angle of 306.49º 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 #CE15BA is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB20621186-
CMYK00.900.100.19
HSL306.49º81.5%44.51%-
HSV(B)306.49º89.81%80.78%-
XYZ34.5817.247.95-
YUV95.12179.29207.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.88%
GREEN value IS 21 (8.59% from 255) = 5.08%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=49.88%
G=5.08%
B=45.04%

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
Decimal2062118600.900.100.19306.4981.544.51
HexCE15BA05AA13132512d
Octal316252720132122346212155
Binary110011101010110111010010110101010100111001100101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE15BA; }

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

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

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

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

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

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

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

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