#CE60BE

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

Shades of Fuchsia #CE60BE

Tints of Fuchsia #CE60BE

Color information

#CE60BE (or 0xCE60BE) is unknown color: approx Fuchsia. HEX triplet: CE, 60 and BE. RGB value is (206,96,190). Sum of RGB (Red+Green+Blue) = 206+96+190=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60BE is #319F41. Grayscale: #8B8B8B. Windows color (decimal): -3252034 or 12476622. OLE color: 12476622.

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

Color convert

RGB20696190-
CMYK00.530.080.19
HSL308.73º52.88%59.22%-
HSV(B)308.73º53.4%80.78%-
XYZ38.9325.2151.53-
YUV139.61156.44175.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 96 (37.89% from 255) = 19.51%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=41.87%
G=19.51%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069619000.530.080.19308.7352.8859.22
HexCE60BE035813135353b
Octal31614027606510234656573
Binary110011101100000101111100110101100010011100110101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE60BE; }

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

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

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

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

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

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

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

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