#CE0BC6

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

Shades of Deep Magenta #CE0BC6

Tints of Deep Magenta #CE0BC6

Color information

#CE0BC6 (or 0xCE0BC6) is unknown color: approx Deep Magenta. HEX triplet: CE, 0B and C6. RGB value is (206,11,198). Sum of RGB (Red+Green+Blue) = 206+11+198=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0BC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BC6 is #31F439. Grayscale: #5A5A5A. Windows color (decimal): -3273786 or 12979150. OLE color: 12979150.

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

Color convert

RGB20611198-
CMYK00.950.040.19
HSL302.46º89.86%42.55%-
HSV(B)302.46º94.66%80.78%-
XYZ35.7717.4454.91-
YUV90.62188.6210.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.64%
GREEN value IS 11 (4.69% from 255) = 2.65%
BLUE value IS 198 (77.73% from 255) = 47.71%
R=49.64%
G=2.65%
B=47.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061119800.950.040.19302.4689.8642.55
HexCEBC605F41312e5a2b
Octal31613306013742345613253
Binary1100111010111100011001011111100100111001011101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0BC6; }

 p { color: rgb(206,11,198); }

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

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

 a { background-color: rgb(206,11,198); }

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

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

 span { border-color: rgb(206,11,198); }

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