#C96EB4

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

Shades of Fuchsia #C96EB4

Tints of Fuchsia #C96EB4

Color information

#C96EB4 (or 0xC96EB4) is unknown color: approx Fuchsia. HEX triplet: C9, 6E and B4. RGB value is (201,110,180). Sum of RGB (Red+Green+Blue) = 201+110+180=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96EB4 is #36914B. Grayscale: #919191. Windows color (decimal): -3576140 or 11824841. OLE color: 11824841.

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

Color convert

RGB201110180-
CMYK00.450.100.21
HSL313.85º45.73%60.98%-
HSV(B)313.85º45.27%78.82%-
XYZ37.926.8646.37-
YUV145.19147.65167.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=40.94%
G=22.40%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111018000.450.100.21313.8545.7360.98
HexC96EB402DA1513a2e3d
Octal31115626405512254725675
Binary110010011101110101101000101101101010101100111010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96EB4; }

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

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

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

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

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

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

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

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