#CE41BA

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

Shades of Fuchsia #CE41BA

Tints of Fuchsia #CE41BA

Color information

#CE41BA (or 0xCE41BA) is unknown color: approx Fuchsia. HEX triplet: CE, 41 and BA. RGB value is (206,65,186). Sum of RGB (Red+Green+Blue) = 206+65+186=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41BA is #31BE45. Grayscale: #787878. Windows color (decimal): -3259974 or 12206542. OLE color: 12206542.

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

Color convert

RGB20665186-
CMYK00.680.100.19
HSL308.51º59%53.14%-
HSV(B)308.51º68.45%80.78%-
XYZ36.2120.4548.49-
YUV120.95164.71188.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 65 (25.78% from 255) = 14.22%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=45.08%
G=14.22%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066518600.680.100.19308.515953.14
HexCE41BA044A131353b35
Octal316101272010412234657365
Binary1100111010000011011101001000100101010011100110101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE41BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE41BA; }

 p { color: rgb(206,65,186); }

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

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

 a { background-color: rgb(206,65,186); }

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

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

 span { border-color: rgb(206,65,186); }

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