#CE61B3

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

Shades of Fuchsia #CE61B3

Tints of Fuchsia #CE61B3

Color information

#CE61B3 (or 0xCE61B3) is unknown color: approx Fuchsia. HEX triplet: CE, 61 and B3. RGB value is (206,97,179). Sum of RGB (Red+Green+Blue) = 206+97+179=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE61B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61B3 is #319E4C. Grayscale: #8A8A8A. Windows color (decimal): -3251789 or 11755982. OLE color: 11755982.

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

Color convert

RGB20697179-
CMYK00.530.130.19
HSL314.86º52.66%59.41%-
HSV(B)314.86º52.91%80.78%-
XYZ37.8624.9345.46-
YUV138.94150.61175.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 179 (70.31% from 255) = 37.14%
R=42.74%
G=20.12%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069717900.530.130.19314.8652.6659.41
HexCE61B3035D1313b353b
Octal31614126306515234736573
Binary110011101100001101100110110101110110011100111011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE61B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE61B3; }

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

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

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

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

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

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

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

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