#C660C3

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

Shades of Fuchsia #C660C3

Tints of Fuchsia #C660C3

Color information

#C660C3 (or 0xC660C3) is unknown color: approx Fuchsia. HEX triplet: C6, 60 and C3. RGB value is (198,96,195). Sum of RGB (Red+Green+Blue) = 198+96+195=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C660C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660C3 is #399F3C. Grayscale: #898989. Windows color (decimal): -3776317 or 12804294. OLE color: 12804294.

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

Color convert

RGB19896195-
CMYK00.520.020.22
HSL301.76º47.22%57.65%-
HSV(B)301.76º51.52%77.65%-
XYZ37.3224.3154.36-
YUV137.78160.29170.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 96 (37.89% from 255) = 19.63%
BLUE value IS 195 (76.56% from 255) = 39.88%
R=40.49%
G=19.63%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989619500.520.020.22301.7647.2257.65
HexC660C303421612e2f3a
Octal3061403030642264565772
Binary1100011011000001100001101101001010110100101110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C660C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C660C3; }

 p { color: rgb(198,96,195); }

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

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

 a { background-color: rgb(198,96,195); }

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

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

 span { border-color: rgb(198,96,195); }

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