#C96AB5

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

Shades of Fuchsia #C96AB5

Tints of Fuchsia #C96AB5

Color information

#C96AB5 (or 0xC96AB5) is unknown color: approx Fuchsia. HEX triplet: C9, 6A and B5. RGB value is (201,106,181). Sum of RGB (Red+Green+Blue) = 201+106+181=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C96AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96AB5 is #36954A. Grayscale: #8E8E8E. Windows color (decimal): -3577163 or 11889353. OLE color: 11889353.

HSL color Cylindrical-coordinate representation of color #C96AB5: hue angle of 312.63º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96AB5 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB201106181-
CMYK00.470.100.21
HSL312.63º46.8%60.2%-
HSV(B)312.63º47.26%78.82%-
XYZ37.5826.0646.77-
YUV142.95149.47169.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=41.19%
G=21.72%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110618100.470.100.21312.6346.860.2
HexC96AB502FA151392f3c
Octal31115226505712254715774
Binary110010011101010101101010101111101010101100111001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96AB5; }

 p { color: rgb(201,106,181); }

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

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

 a { background-color: rgb(201,106,181); }

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

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

 span { border-color: rgb(201,106,181); }

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