#CE61BC

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

Shades of Fuchsia #CE61BC

Tints of Fuchsia #CE61BC

Color information

#CE61BC (or 0xCE61BC) is unknown color: approx Fuchsia. HEX triplet: CE, 61 and BC. RGB value is (206,97,188). Sum of RGB (Red+Green+Blue) = 206+97+188=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE61BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61BC is #319E43. Grayscale: #8B8B8B. Windows color (decimal): -3251780 or 12345806. OLE color: 12345806.

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

Color convert

RGB20697188-
CMYK00.530.090.19
HSL309.91º52.66%59.41%-
HSV(B)309.91º52.91%80.78%-
XYZ38.8125.350.42-
YUV139.96155.11175.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 97 (38.28% from 255) = 19.76%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=41.96%
G=19.76%
B=38.29%

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
Decimal2069718800.530.090.19309.9152.6659.41
HexCE61BC035913136353b
Octal31614127406511234666573
Binary110011101100001101111000110101100110011100110110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE61BC; }

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

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

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

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

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

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

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

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