#CE3BC8

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

Shades of Fuchsia #CE3BC8

Tints of Fuchsia #CE3BC8

Color information

#CE3BC8 (or 0xCE3BC8) is unknown color: approx Fuchsia. HEX triplet: CE, 3B and C8. RGB value is (206,59,200). Sum of RGB (Red+Green+Blue) = 206+59+200=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BC8 is #31C437. Grayscale: #767676. Windows color (decimal): -3261496 or 13122510. OLE color: 13122510.

HSL color Cylindrical-coordinate representation of color #CE3BC8: hue angle of 302.45º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3BC8 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB20659200-
CMYK00.710.030.19
HSL302.45º60%51.96%-
HSV(B)302.45º71.36%80.78%-
XYZ37.4420.4256.61-
YUV119.03173.7190.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 59 (23.44% from 255) = 12.69%
BLUE value IS 200 (78.52% from 255) = 43.01%
R=44.30%
G=12.69%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065920000.710.030.19302.456051.96
HexCE3BC804731312e3c34
Octal3167331001073234567464
Binary1100111011101111001000010001111110011100101110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3BC8; }

 p { color: rgb(206,59,200); }

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

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

 a { background-color: rgb(206,59,200); }

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

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

 span { border-color: rgb(206,59,200); }

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