#CE27BB

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

Shades of Deep Magenta #CE27BB

Tints of Deep Magenta #CE27BB

Color information

#CE27BB (or 0xCE27BB) is unknown color: approx Deep Magenta. HEX triplet: CE, 27 and BB. RGB value is (206,39,187). Sum of RGB (Red+Green+Blue) = 206+39+187=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27BB is #31D844. Grayscale: #696969. Windows color (decimal): -3266629 or 12265422. OLE color: 12265422.

HSL color Cylindrical-coordinate representation of color #CE27BB: hue angle of 306.83º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE27BB is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB20639187-
CMYK00.810.090.19
HSL306.83º68.16%48.04%-
HSV(B)306.83º81.07%80.78%-
XYZ35.1518.1648.67-
YUV105.8173.83199.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.69%
GREEN value IS 39 (15.62% from 255) = 9.03%
BLUE value IS 187 (73.44% from 255) = 43.29%
R=47.69%
G=9.03%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063918700.810.090.19306.8368.1648.04
HexCE27BB0519131334430
Octal316472730121112346310460
Binary1100111010011110111011010100011001100111001100111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE27BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE27BB; }

 p { color: rgb(206,39,187); }

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

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

 a { background-color: rgb(206,39,187); }

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

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

 span { border-color: rgb(206,39,187); }

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