#CE69B3

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

Shades of Fuchsia #CE69B3

Tints of Fuchsia #CE69B3

Color information

#CE69B3 (or 0xCE69B3) is unknown color: approx Fuchsia. HEX triplet: CE, 69 and B3. RGB value is (206,105,179). Sum of RGB (Red+Green+Blue) = 206+105+179=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69B3 is #31964C. Grayscale: #8F8F8F. Windows color (decimal): -3249741 or 11758030. OLE color: 11758030.

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

Color convert

RGB206105179-
CMYK00.490.130.19
HSL316.04º50.75%60.98%-
HSV(B)316.04º49.03%80.78%-
XYZ38.6426.4845.72-
YUV143.64147.96172.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.04%
GREEN value IS 105 (41.41% from 255) = 21.43%
BLUE value IS 179 (70.31% from 255) = 36.53%
R=42.04%
G=21.43%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610517900.490.130.19316.0450.7560.98
HexCE69B3031D1313c333d
Octal31615126306115234746375
Binary110011101101001101100110110001110110011100111100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE69B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE69B3; }

 p { color: rgb(206,105,179); }

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

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

 a { background-color: rgb(206,105,179); }

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

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

 span { border-color: rgb(206,105,179); }

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