#CE45BE

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

Shades of Fuchsia #CE45BE

Tints of Fuchsia #CE45BE

Color information

#CE45BE (or 0xCE45BE) is unknown color: approx Fuchsia. HEX triplet: CE, 45 and BE. RGB value is (206,69,190). Sum of RGB (Red+Green+Blue) = 206+69+190=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE45BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE45BE is #31BA41. Grayscale: #7B7B7B. Windows color (decimal): -3258946 or 12469710. OLE color: 12469710.

HSL color Cylindrical-coordinate representation of color #CE45BE: hue angle of 307.01º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE45BE is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB20669190-
CMYK00.670.080.19
HSL307.01º58.3%53.92%-
HSV(B)307.01º66.5%80.78%-
XYZ36.8821.150.84-
YUV123.76165.39186.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 69 (27.34% from 255) = 14.84%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=44.30%
G=14.84%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066919000.670.080.19307.0158.353.92
HexCE45BE0438131333a36
Octal316105276010310234637266
Binary1100111010001011011111001000011100010011100110011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE45BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE45BE; }

 p { color: rgb(206,69,190); }

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

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

 a { background-color: rgb(206,69,190); }

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

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

 span { border-color: rgb(206,69,190); }

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