#CE09B9

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

Shades of Deep Magenta #CE09B9

Tints of Deep Magenta #CE09B9

Color information

#CE09B9 (or 0xCE09B9) is unknown color: approx Deep Magenta. HEX triplet: CE, 09 and B9. RGB value is (206,9,185). Sum of RGB (Red+Green+Blue) = 206+9+185=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE09B9 is #31F646. Grayscale: #575757. Windows color (decimal): -3274311 or 12126670. OLE color: 12126670.

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

Color convert

RGB2069185-
CMYK00.960.100.19
HSL306.4º91.63%42.16%-
HSV(B)306.4º95.63%80.78%-
XYZ34.3116.8247.34-
YUV87.97182.77212.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.5%
GREEN value IS 9 (3.91% from 255) = 2.25%
BLUE value IS 185 (72.66% from 255) = 46.25%
R=51.5%
G=2.25%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206918500.960.100.19306.491.6342.16
HexCE9B9060A131325c2a
Octal316112710140122346213452
Binary11001110100110111001011000001010100111001100101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE09B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE09B9; }

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

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

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

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

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

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

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

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