#CE60BA

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

Shades of Fuchsia #CE60BA

Tints of Fuchsia #CE60BA

Color information

#CE60BA (or 0xCE60BA) is unknown color: approx Fuchsia. HEX triplet: CE, 60 and BA. RGB value is (206,96,186). Sum of RGB (Red+Green+Blue) = 206+96+186=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60BA is #319F45. Grayscale: #8A8A8A. Windows color (decimal): -3252038 or 12214478. OLE color: 12214478.

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

Color convert

RGB20696186-
CMYK00.530.100.19
HSL310.91º52.88%59.22%-
HSV(B)310.91º53.4%80.78%-
XYZ38.525.0349.26-
YUV139.15154.44175.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.21%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=42.21%
G=19.67%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069618600.530.100.19310.9152.8859.22
HexCE60BA035A13137353b
Octal31614027206512234676573
Binary110011101100000101110100110101101010011100110111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE60BA; }

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

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

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

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

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

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

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

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