#CE66BE

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

Shades of Fuchsia #CE66BE

Tints of Fuchsia #CE66BE

Color information

#CE66BE (or 0xCE66BE) is unknown color: approx Fuchsia. HEX triplet: CE, 66 and BE. RGB value is (206,102,190). Sum of RGB (Red+Green+Blue) = 206+102+190=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66BE is #319941. Grayscale: #8E8E8E. Windows color (decimal): -3250498 or 12478158. OLE color: 12478158.

HSL color Cylindrical-coordinate representation of color #CE66BE: hue angle of 309.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE66BE is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206102190-
CMYK00.500.080.19
HSL309.23º51.49%60.39%-
HSV(B)309.23º50.49%80.78%-
XYZ39.526.3451.72-
YUV143.13154.46172.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 102 (40.23% from 255) = 20.48%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=41.37%
G=20.48%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610219000.500.080.19309.2351.4960.39
HexCE66BE032813135333c
Octal31614627606210234656374
Binary110011101100110101111100110010100010011100110101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE66BE; }

 p { color: rgb(206,102,190); }

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

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

 a { background-color: rgb(206,102,190); }

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

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

 span { border-color: rgb(206,102,190); }

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