#C662AA

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

Shades of Fuchsia #C662AA

Tints of Fuchsia #C662AA

Color information

#C662AA (or 0xC662AA) is unknown color: approx Fuchsia. HEX triplet: C6, 62 and AA. RGB value is (198,98,170). Sum of RGB (Red+Green+Blue) = 198+98+170=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C662AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C662AA is #399D55. Grayscale: #878787. Windows color (decimal): -3775830 or 11166406. OLE color: 11166406.

HSL color Cylindrical-coordinate representation of color #C662AA: hue angle of 316.8º 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 #C662AA is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB19898170-
CMYK00.510.140.22
HSL316.8º46.73%58.04%-
HSV(B)316.8º50.51%77.65%-
XYZ34.9123.6440.75-
YUV136.11147.13172.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.49%
GREEN value IS 98 (38.67% from 255) = 21.03%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=42.49%
G=21.03%
B=36.48%

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
Decimal1989817000.510.140.22316.846.7358.04
HexC662AA033E1613d2f3a
Octal30614225206316264755772
Binary110001101100010101010100110011111010110100111101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C662AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C662AA; }

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

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

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

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

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

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

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

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