#C96ABA

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

Shades of Fuchsia #C96ABA

Tints of Fuchsia #C96ABA

Color information

#C96ABA (or 0xC96ABA) is unknown color: approx Fuchsia. HEX triplet: C9, 6A and BA. RGB value is (201,106,186). Sum of RGB (Red+Green+Blue) = 201+106+186=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C96ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ABA is #369545. Grayscale: #8F8F8F. Windows color (decimal): -3577158 or 12217033. OLE color: 12217033.

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

Color convert

RGB201106186-
CMYK00.470.070.21
HSL309.47º46.8%60.2%-
HSV(B)309.47º47.26%78.82%-
XYZ38.126.2749.52-
YUV143.52151.97169-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=40.77%
G=21.50%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110618600.470.070.21309.4746.860.2
HexC96ABA02F7151352f3c
Octal3111522720577254655774
Binary11001001110101010111010010111111110101100110101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96ABA; }

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

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

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

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

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

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

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

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