#CE63B6

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

Shades of Fuchsia #CE63B6

Tints of Fuchsia #CE63B6

Color information

#CE63B6 (or 0xCE63B6) is unknown color: approx Fuchsia. HEX triplet: CE, 63 and B6. RGB value is (206,99,182). Sum of RGB (Red+Green+Blue) = 206+99+182=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63B6 is #319C49. Grayscale: #8C8C8C. Windows color (decimal): -3251274 or 11953102. OLE color: 11953102.

HSL color Cylindrical-coordinate representation of color #CE63B6: hue angle of 313.46º 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 #CE63B6 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB20699182-
CMYK00.520.120.19
HSL313.46º52.2%59.8%-
HSV(B)313.46º51.94%80.78%-
XYZ38.3625.4247.14-
YUV140.45151.45174.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.30%
GREEN value IS 99 (39.06% from 255) = 20.33%
BLUE value IS 182 (71.48% from 255) = 37.37%
R=42.30%
G=20.33%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069918200.520.120.19313.4652.259.8
HexCE63B6034C13139343c
Octal31614326606414234716474
Binary110011101100011101101100110100110010011100111001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE63B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE63B6; }

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

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

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

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

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

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

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

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