#CE3BCC

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

Shades of Fuchsia #CE3BCC

Tints of Fuchsia #CE3BCC

Color information

#CE3BCC (or 0xCE3BCC) is unknown color: approx Fuchsia. HEX triplet: CE, 3B and CC. RGB value is (206,59,204). Sum of RGB (Red+Green+Blue) = 206+59+204=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BCC is #31C433. Grayscale: #777777. Windows color (decimal): -3261492 or 13384654. OLE color: 13384654.

HSL color Cylindrical-coordinate representation of color #CE3BCC: hue angle of 300.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3BCC is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB20659204-
CMYK00.710.010.19
HSL300.82º60%51.96%-
HSV(B)300.82º71.36%80.78%-
XYZ37.9220.6159.11-
YUV119.48175.7189.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.92%
GREEN value IS 59 (23.44% from 255) = 12.58%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=43.92%
G=12.58%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065920400.710.010.19300.826051.96
HexCE3BCC04711312d3c34
Octal3167331401071234557464
Binary110011101110111100110001000111110011100101101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3BCC; }

 p { color: rgb(206,59,204); }

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

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

 a { background-color: rgb(206,59,204); }

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

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

 span { border-color: rgb(206,59,204); }

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