#CE44BC

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

Shades of Fuchsia #CE44BC

Tints of Fuchsia #CE44BC

Color information

#CE44BC (or 0xCE44BC) is unknown color: approx Fuchsia. HEX triplet: CE, 44 and BC. RGB value is (206,68,188). Sum of RGB (Red+Green+Blue) = 206+68+188=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE44BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44BC is #31BB43. Grayscale: #7A7A7A. Windows color (decimal): -3259204 or 12338382. OLE color: 12338382.

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

Color convert

RGB20668188-
CMYK00.670.090.19
HSL307.83º58.47%53.73%-
HSV(B)307.83º66.99%80.78%-
XYZ36.620.8949.68-
YUV122.94164.72187.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.59%
GREEN value IS 68 (26.95% from 255) = 14.72%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=44.59%
G=14.72%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066818800.670.090.19307.8358.4753.73
HexCE44BC0439131343a36
Octal316104274010311234647266
Binary1100111010001001011110001000011100110011100110100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE44BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE44BC; }

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

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

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

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

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

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

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

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