#CE2BC0

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

Shades of Fuchsia #CE2BC0

Tints of Fuchsia #CE2BC0

Color information

#CE2BC0 (or 0xCE2BC0) is unknown color: approx Fuchsia. HEX triplet: CE, 2B and C0. RGB value is (206,43,192). Sum of RGB (Red+Green+Blue) = 206+43+192=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2BC0 is #31D43F. Grayscale: #6C6C6C. Windows color (decimal): -3265600 or 12594126. OLE color: 12594126.

HSL color Cylindrical-coordinate representation of color #CE2BC0: hue angle of 305.15º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2BC0 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB20643192-
CMYK00.790.070.19
HSL305.15º65.46%48.82%-
HSV(B)305.15º79.13%80.78%-
XYZ35.8318.6651.58-
YUV108.72175197.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.71%
GREEN value IS 43 (17.19% from 255) = 9.75%
BLUE value IS 192 (75.39% from 255) = 43.54%
R=46.71%
G=9.75%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064319200.790.070.19305.1565.4648.82
HexCE2BC004F7131314131
Octal31653300011772346110161
Binary110011101010111100000001001111111100111001100011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2BC0; }

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

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

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

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

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

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

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

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