#CE3BC9

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

Shades of Fuchsia #CE3BC9

Tints of Fuchsia #CE3BC9

Color information

#CE3BC9 (or 0xCE3BC9) is unknown color: approx Fuchsia. HEX triplet: CE, 3B and C9. RGB value is (206,59,201). Sum of RGB (Red+Green+Blue) = 206+59+201=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BC9 is #31C436. Grayscale: #767676. Windows color (decimal): -3261495 or 13188046. OLE color: 13188046.

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

Color convert

RGB20659201-
CMYK00.710.020.19
HSL302.04º60%51.96%-
HSV(B)302.04º71.36%80.78%-
XYZ37.5620.4757.23-
YUV119.14174.2189.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.21%
GREEN value IS 59 (23.44% from 255) = 12.66%
BLUE value IS 201 (78.91% from 255) = 43.13%
R=44.21%
G=12.66%
B=43.13%

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
Decimal2065920100.710.020.19302.046051.96
HexCE3BC904721312e3c34
Octal3167331101072234567464
Binary1100111011101111001001010001111010011100101110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3BC9; }

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

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

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

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

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

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

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

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