#CE63BB

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

Shades of Fuchsia #CE63BB

Tints of Fuchsia #CE63BB

Color information

#CE63BB (or 0xCE63BB) is unknown color: approx Fuchsia. HEX triplet: CE, 63 and BB. RGB value is (206,99,187). Sum of RGB (Red+Green+Blue) = 206+99+187=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63BB is #319C44. Grayscale: #8C8C8C. Windows color (decimal): -3251269 or 12280782. OLE color: 12280782.

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

Color convert

RGB20699187-
CMYK00.520.090.19
HSL310.65º52.2%59.8%-
HSV(B)310.65º51.94%80.78%-
XYZ38.8925.6349.91-
YUV141.02153.95174.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 99 (39.06% from 255) = 20.12%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=41.87%
G=20.12%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069918700.520.090.19310.6552.259.8
HexCE63BB034913137343c
Octal31614327306411234676474
Binary110011101100011101110110110100100110011100110111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE63BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE63BB; }

 p { color: rgb(206,99,187); }

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

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

 a { background-color: rgb(206,99,187); }

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

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

 span { border-color: rgb(206,99,187); }

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