#C96EBF

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

Shades of Fuchsia #C96EBF

Tints of Fuchsia #C96EBF

Color information

#C96EBF (or 0xC96EBF) is unknown color: approx Fuchsia. HEX triplet: C9, 6E and BF. RGB value is (201,110,191). Sum of RGB (Red+Green+Blue) = 201+110+191=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EBF is #369140. Grayscale: #929292. Windows color (decimal): -3576129 or 12545737. OLE color: 12545737.

HSL color Cylindrical-coordinate representation of color #C96EBF: hue angle of 306.59º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96EBF is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201110191-
CMYK00.450.050.21
HSL306.59º45.73%60.98%-
HSV(B)306.59º45.27%78.82%-
XYZ39.0727.3352.51-
YUV146.44153.15166.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 110 (43.36% from 255) = 21.91%
BLUE value IS 191 (75% from 255) = 38.05%
R=40.04%
G=21.91%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111019100.450.050.21306.5945.7360.98
HexC96EBF02D5151332e3d
Octal3111562770555254635675
Binary11001001110111010111111010110110110101100110011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96EBF; }

 p { color: rgb(201,110,191); }

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

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

 a { background-color: rgb(201,110,191); }

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

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

 span { border-color: rgb(201,110,191); }

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