#CE2BE2

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

Shades of Deep Magenta #CE2BE2

Tints of Deep Magenta #CE2BE2

Color information

#CE2BE2 (or 0xCE2BE2) is unknown color: approx Deep Magenta. HEX triplet: CE, 2B and E2. RGB value is (206,43,226). Sum of RGB (Red+Green+Blue) = 206+43+226=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE2BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2BE2 is #31D41D. Grayscale: #707070. Windows color (decimal): -3265566 or 14822350. OLE color: 14822350.

HSL color Cylindrical-coordinate representation of color #CE2BE2: hue angle of 293.44º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2BE2 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20643226-
CMYK0.090.8100.11
HSL293.44º75.93%52.75%-
HSV(B)293.44º80.97%88.63%-
XYZ40.0420.3473.77-
YUV112.6192194.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 43 (17.19% from 255) = 9.05%
BLUE value IS 226 (88.67% from 255) = 47.58%
R=43.37%
G=9.05%
B=47.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal206432260.090.8100.11293.4475.9352.75
HexCE2BE29510B1254c35
Octal316533421112101344511465
Binary110011101010111110001010011010001010111001001011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2BE2; }

 p { color: rgb(206,43,226); }

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

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

 a { background-color: rgb(206,43,226); }

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

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

 span { border-color: rgb(206,43,226); }

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