#C662AB

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

Shades of Fuchsia #C662AB

Tints of Fuchsia #C662AB

Color information

#C662AB (or 0xC662AB) is unknown color: approx Fuchsia. HEX triplet: C6, 62 and AB. RGB value is (198,98,171). Sum of RGB (Red+Green+Blue) = 198+98+171=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C662AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C662AB is #399D54. Grayscale: #888888. Windows color (decimal): -3775829 or 11231942. OLE color: 11231942.

HSL color Cylindrical-coordinate representation of color #C662AB: hue angle of 316.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C662AB is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB19898171-
CMYK00.510.140.22
HSL316.2º46.73%58.04%-
HSV(B)316.2º50.51%77.65%-
XYZ35.0123.6841.25-
YUV136.22147.63172.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.40%
GREEN value IS 98 (38.67% from 255) = 20.99%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=42.40%
G=20.99%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989817100.510.140.22316.246.7358.04
HexC662AB033E1613c2f3a
Octal30614225306316264745772
Binary110001101100010101010110110011111010110100111100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C662AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C662AB; }

 p { color: rgb(198,98,171); }

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

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

 a { background-color: rgb(198,98,171); }

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

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

 span { border-color: rgb(198,98,171); }

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