#CE3BB3

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

Shades of Fuchsia #CE3BB3

Tints of Fuchsia #CE3BB3

Color information

#CE3BB3 (or 0xCE3BB3) is unknown color: approx Fuchsia. HEX triplet: CE, 3B and B3. RGB value is (206,59,179). Sum of RGB (Red+Green+Blue) = 206+59+179=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BB3 is #31C44C. Grayscale: #747474. Windows color (decimal): -3261517 or 11746254. OLE color: 11746254.

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

Color convert

RGB20659179-
CMYK00.710.130.19
HSL311.02º60%51.96%-
HSV(B)311.02º71.36%80.78%-
XYZ35.1519.544.56-
YUV116.63163.2191.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 59 (23.44% from 255) = 13.29%
BLUE value IS 179 (70.31% from 255) = 40.32%
R=46.40%
G=13.29%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065917900.710.130.19311.026051.96
HexCE3BB3047D131373c34
Octal31673263010715234677464
Binary110011101110111011001101000111110110011100110111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3BB3; }

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

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

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

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

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

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

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

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