#CE3BCA

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

Shades of Fuchsia #CE3BCA

Tints of Fuchsia #CE3BCA

Color information

#CE3BCA (or 0xCE3BCA) is unknown color: approx Fuchsia. HEX triplet: CE, 3B and CA. RGB value is (206,59,202). Sum of RGB (Red+Green+Blue) = 206+59+202=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BCA is #31C435. Grayscale: #767676. Windows color (decimal): -3261494 or 13253582. OLE color: 13253582.

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

Color convert

RGB20659202-
CMYK00.710.020.19
HSL301.63º60%51.96%-
HSV(B)301.63º71.36%80.78%-
XYZ37.6820.5157.85-
YUV119.26174.7189.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.11%
GREEN value IS 59 (23.44% from 255) = 12.63%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=44.11%
G=12.63%
B=43.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065920200.710.020.19301.636051.96
HexCE3BCA04721312e3c34
Octal3167331201072234567464
Binary1100111011101111001010010001111010011100101110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3BCA; }

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

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

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

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

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

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

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

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