#C96AB9

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

Shades of Fuchsia #C96AB9

Tints of Fuchsia #C96AB9

Color information

#C96AB9 (or 0xC96AB9) is unknown color: approx Fuchsia. HEX triplet: C9, 6A and B9. RGB value is (201,106,185). Sum of RGB (Red+Green+Blue) = 201+106+185=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C96AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96AB9 is #369546. Grayscale: #8F8F8F. Windows color (decimal): -3577159 or 12151497. OLE color: 12151497.

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

Color convert

RGB201106185-
CMYK00.470.080.21
HSL310.11º46.8%60.2%-
HSV(B)310.11º47.26%78.82%-
XYZ3826.2348.96-
YUV143.41151.47169.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 106 (41.80% from 255) = 21.54%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=40.85%
G=21.54%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110618500.470.080.21310.1146.860.2
HexC96AB902F8151362f3c
Octal31115227105710254665774
Binary110010011101010101110010101111100010101100110110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96AB9; }

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

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

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

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

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

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

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

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