#C668AE

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

Shades of Fuchsia #C668AE

Tints of Fuchsia #C668AE

Color information

#C668AE (or 0xC668AE) is unknown color: approx Fuchsia. HEX triplet: C6, 68 and AE. RGB value is (198,104,174). Sum of RGB (Red+Green+Blue) = 198+104+174=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C668AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C668AE is #399751. Grayscale: #8B8B8B. Windows color (decimal): -3774290 or 11430086. OLE color: 11430086.

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

Color convert

RGB198104174-
CMYK00.470.120.22
HSL315.32º45.19%59.22%-
HSV(B)315.32º47.47%77.65%-
XYZ35.8824.9642.97-
YUV140.09147.14169.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 104 (41.02% from 255) = 21.85%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=41.60%
G=21.85%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810417400.470.120.22315.3245.1959.22
HexC668AE02FC1613b2d3b
Octal30615025605714264735573
Binary110001101101000101011100101111110010110100111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C668AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C668AE; }

 p { color: rgb(198,104,174); }

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

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

 a { background-color: rgb(198,104,174); }

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

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

 span { border-color: rgb(198,104,174); }

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