#C663C6

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

Shades of Fuchsia #C663C6

Tints of Fuchsia #C663C6

Color information

#C663C6 (or 0xC663C6) is unknown color: approx Fuchsia. HEX triplet: C6, 63 and C6. RGB value is (198,99,198). Sum of RGB (Red+Green+Blue) = 198+99+198=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C663C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663C6 is #399C39. Grayscale: #8B8B8B. Windows color (decimal): -3775546 or 13001670. OLE color: 13001670.

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

Color convert

RGB19899198-
CMYK00.5000.22
HSL300º46.48%58.24%-
HSV(B)300º50%77.65%-
XYZ37.9425.0156.25-
YUV139.89160.8169.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40%
GREEN value IS 99 (39.06% from 255) = 20%
BLUE value IS 198 (77.73% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989919800.5000.2230046.4858.24
HexC663C603201612c2e3a
Octal3061433060620264545672
Binary110001101100011110001100110010010110100101100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C663C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C663C6; }

 p { color: rgb(198,99,198); }

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

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

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

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

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

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

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