#CE3BB2

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

Shades of Fuchsia #CE3BB2

Tints of Fuchsia #CE3BB2

Color information

#CE3BB2 (or 0xCE3BB2) is unknown color: approx Fuchsia. HEX triplet: CE, 3B and B2. RGB value is (206,59,178). Sum of RGB (Red+Green+Blue) = 206+59+178=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3BB2 is #31C44D. Grayscale: #747474. Windows color (decimal): -3261518 or 11680718. OLE color: 11680718.

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

Color convert

RGB20659178-
CMYK00.710.140.19
HSL311.43º60%51.96%-
HSV(B)311.43º71.36%80.78%-
XYZ35.0519.4644.03-
YUV116.52162.7191.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 59 (23.44% from 255) = 13.32%
BLUE value IS 178 (69.92% from 255) = 40.18%
R=46.50%
G=13.32%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065917800.710.140.19311.436051.96
HexCE3BB2047E131373c34
Octal31673262010716234677464
Binary110011101110111011001001000111111010011100110111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3BB2; }

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

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

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

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

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

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

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

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