#CE61BB

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

Shades of Fuchsia #CE61BB

Tints of Fuchsia #CE61BB

Color information

#CE61BB (or 0xCE61BB) is unknown color: approx Fuchsia. HEX triplet: CE, 61 and BB. RGB value is (206,97,187). Sum of RGB (Red+Green+Blue) = 206+97+187=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE61BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61BB is #319E44. Grayscale: #8B8B8B. Windows color (decimal): -3251781 or 12280270. OLE color: 12280270.

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

Color convert

RGB20697187-
CMYK00.530.090.19
HSL310.46º52.66%59.41%-
HSV(B)310.46º52.91%80.78%-
XYZ38.725.2649.85-
YUV139.85154.61175.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.04%
GREEN value IS 97 (38.28% from 255) = 19.80%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=42.04%
G=19.80%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069718700.530.090.19310.4652.6659.41
HexCE61BB035913136353b
Octal31614127306511234666573
Binary110011101100001101110110110101100110011100110110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE61BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE61BB; }

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

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

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

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

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

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

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

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