#CE3FCB

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

Shades of Fuchsia #CE3FCB

Tints of Fuchsia #CE3FCB

Color information

#CE3FCB (or 0xCE3FCB) is unknown color: approx Fuchsia. HEX triplet: CE, 3F and CB. RGB value is (206,63,203). Sum of RGB (Red+Green+Blue) = 206+63+203=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FCB is #31C034. Grayscale: #797979. Windows color (decimal): -3260469 or 13320142. OLE color: 13320142.

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

Color convert

RGB20663203-
CMYK00.690.010.19
HSL301.26º59.34%52.75%-
HSV(B)301.26º69.42%80.78%-
XYZ38.0120.9958.55-
YUV121.72173.88188.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.64%
GREEN value IS 63 (25% from 255) = 13.35%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=43.64%
G=13.35%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066320300.690.010.19301.2659.3452.75
HexCE3FCB04511312d3b35
Octal3167731301051234557365
Binary110011101111111100101101000101110011100101101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3FCB; }

 p { color: rgb(206,63,203); }

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

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

 a { background-color: rgb(206,63,203); }

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

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

 span { border-color: rgb(206,63,203); }

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